Skip to content

Commit

Permalink
Bump the python-packages group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the python-packages group with 2 updates: [packaging](https://github.com/pypa/packaging) and [gevent](https://github.com/gevent/gevent).


Updates `packaging` from 24.1 to 24.2
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](pypa/packaging@24.1...24.2)

Updates `gevent` from 24.10.3 to 24.11.1
- [Release notes](https://github.com/gevent/gevent/releases)
- [Changelog](https://github.com/gevent/gevent/blob/master/docs/changelog_pre.rst)
- [Commits](gevent/gevent@24.10.3...24.11.1)

---
updated-dependencies:
- dependency-name: packaging
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: gevent
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent b35a1df commit 962c514
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 46 deletions.
88 changes: 44 additions & 44 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ asgi-correlation-id = {version = "^4.3.4", optional = true}
faststream = {extras = ["kafka", "cli"], version = "^0.5.28", optional = true}
# used by aiokafka for LZ4, Snappy, ZSTD compression algorithms
cramjam = {version = "^2.8.3", optional = true}
packaging = {version = "^24.1", optional = true}
packaging = {version = "^24.2", optional = true}

[tool.poetry.extras]
server = [
Expand Down Expand Up @@ -116,7 +116,7 @@ pytest-deadfixtures = "^2.2.1"
pytest-rerunfailures = "^14.0"
coverage = "^7.6.4"
psycopg2-binary = "^2.9.9"
gevent = "^24.10.3"
gevent = "^24.11.1"
deepdiff = "^8.0.1"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 962c514

Please sign in to comment.