Skip to content

Commit 766ce0b

Browse files
dependabot[bot]dolfinus
authored andcommitted
Bump the python-packages group with 4 updates
Bumps the python-packages group with 4 updates: [python-multipart](https://github.com/Kludex/python-multipart), [deepdiff](https://github.com/seperman/deepdiff), [mypy](https://github.com/python/mypy) and [types-pyyaml](https://github.com/python/typeshed). 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 `deepdiff` from 8.0.1 to 8.1.1 - [Release notes](https://github.com/seperman/deepdiff/releases) - [Changelog](https://github.com/seperman/deepdiff/blob/master/docs/changelog.rst) - [Commits](seperman/deepdiff@8.0.1...8.1.1) 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) Updates `types-pyyaml` from 6.0.12.20240917 to 6.0.12.20241221 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: python-multipart dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: deepdiff dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: types-pyyaml dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cada1f1 commit 766ce0b

File tree

2 files changed

+56
-56
lines changed

2 files changed

+56
-56
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ cramjam = {version = "^2.9.1", optional = true}
7070
packaging = {version = "^24.2", optional = true}
7171
python-jose = {version = "^3.3.0", optional = true}
7272
itsdangerous = {version = "^2.2.0", optional = true}
73-
python-multipart = {version = "^0.0.19", optional = true}
73+
python-multipart = {version = "^0.0.20", optional = true}
7474
types-python-jose = {version = "^3.3.4.20240106", optional = true}
7575
python-keycloak = {version = "^5.1.1", optional = true}
7676

@@ -128,12 +128,12 @@ pytest-rerunfailures = "^15.0"
128128
coverage = "^7.6.9"
129129
psycopg2-binary = "^2.9.9"
130130
gevent = "^24.11.1"
131-
deepdiff = "^8.0.1"
131+
deepdiff = "^8.1.1"
132132
responses = "*"
133133

134134
[tool.poetry.group.dev.dependencies]
135135
pre-commit = "^4.0.1"
136-
mypy = "^1.13.0"
136+
mypy = "^1.14.0"
137137
black = "^24.10.0"
138138
isort = "^5.13.2"
139139
flake8 = "^7.1.1"

0 commit comments

Comments
 (0)