Skip to content

Commit 33918bc

Browse files
dependabot[bot]MTSOnGithub
authored andcommitted
Bump the python-packages group with 3 updates
Bumps the python-packages group with 3 updates: [jinja2](https://github.com/pallets/jinja), [python-multipart](https://github.com/Kludex/python-multipart) and [mypy](https://github.com/python/mypy). Updates `jinja2` from 3.1.4 to 3.1.5 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.4...3.1.5) Updates `python-multipart` from 0.0.19 to 0.0.20 - [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.19...0.0.20) Updates `mypy` from 1.13.0 to 1.14.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.13.0...v1.14.0) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: python-multipart dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d1b88a7 commit 33918bc

File tree

2 files changed

+47
-49
lines changed

2 files changed

+47
-49
lines changed

poetry.lock

Lines changed: 46 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ uvicorn = { version = ">=0.30.6,<0.35.0", optional = true }
5757
alembic = { version = "^1.13.2", optional = true }
5858
python-jose = { version = "^3.3.0", extras = ["cryptography"], optional = true }
5959
jinja2 = { version = "^3.1.4", optional = true }
60-
python-multipart = { version = ">=0.0.9,<0.0.20", optional = true }
60+
python-multipart = { version = ">=0.0.9,<0.0.21", optional = true }
6161
celery = { version = "^5.4.0", optional = true }
6262
onetl = { version = "^0.12.0", extras = ["spark"], optional = true }
6363
pyyaml = {version = "*", optional = true}

0 commit comments

Comments
 (0)