Skip to content

Commit

Permalink
Bump the python-packages group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the python-packages group with 3 updates: [uvicorn](https://github.com/encode/uvicorn), [python-multipart](https://github.com/Kludex/python-multipart) and [faker](https://github.com/joke2k/faker).


Updates `uvicorn` from 0.30.6 to 0.31.0
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.30.6...0.31.0)

Updates `python-multipart` from 0.0.10 to 0.0.12
- [Release notes](https://github.com/Kludex/python-multipart/releases)
- [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md)
- [Commits](Kludex/python-multipart@0.0.10...0.0.12)

Updates `faker` from 29.0.0 to 30.0.0
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v29.0.0...v30.0.0)

---
updated-dependencies:
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: python-multipart
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: faker
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and MTSOnGithub committed Sep 30, 2024
1 parent 8f23f1b commit 49ffc0b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ pydantic-settings = { version = "^2.5.2", optional = true }
sqlalchemy = { version = "^2.0.35", optional = true }
sqlalchemy-utils = { version = "^0.41.2", optional = true }
fastapi = { version = "^0.115", optional = true}
uvicorn = { version = "^0.30.6", optional = true }
uvicorn = { version = ">=0.30.6,<0.32.0", optional = true }
alembic = { version = "^1.13.2", optional = true }
asyncpg = { version = "^0.29.0", optional = true }
python-jose = { version = "^3.3.0", extras = ["cryptography"], optional = true }
python-multipart = { version = ">=0.0.9,<0.0.11", optional = true }
python-multipart = { version = ">=0.0.9,<0.0.13", optional = true }
celery = { version = "^5.4.0", optional = true }
onetl = { version = "^0.12.0", extras = ["spark"], optional = true }
psycopg2-binary = { version = "^2.9.9", optional = true }
Expand Down Expand Up @@ -95,7 +95,7 @@ pytest-randomly = "^3.15.0"
pytest-deadfixtures = "^2.2.1"
pytest-mock = "^3.14.0"
onetl = {extras = ["spark", "s3", "hdfs"], version = "^0.12.0"}
faker = ">=28.4.1,<30.0.0"
faker = ">=28.4.1,<31.0.0"
coverage = "^7.6.1"
gevent = "^24.2.1"

Expand Down

0 comments on commit 49ffc0b

Please sign in to comment.