Skip to content

Commit

Permalink
Bump the python-packages group with 4 updates
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored and dolfinus committed Dec 23, 2024
1 parent cada1f1 commit 766ce0b
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 56 deletions.
106 changes: 53 additions & 53 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 @@ -70,7 +70,7 @@ cramjam = {version = "^2.9.1", optional = true}
packaging = {version = "^24.2", optional = true}
python-jose = {version = "^3.3.0", optional = true}
itsdangerous = {version = "^2.2.0", optional = true}
python-multipart = {version = "^0.0.19", optional = true}
python-multipart = {version = "^0.0.20", optional = true}
types-python-jose = {version = "^3.3.4.20240106", optional = true}
python-keycloak = {version = "^5.1.1", optional = true}

Expand Down Expand Up @@ -128,12 +128,12 @@ pytest-rerunfailures = "^15.0"
coverage = "^7.6.9"
psycopg2-binary = "^2.9.9"
gevent = "^24.11.1"
deepdiff = "^8.0.1"
deepdiff = "^8.1.1"
responses = "*"

[tool.poetry.group.dev.dependencies]
pre-commit = "^4.0.1"
mypy = "^1.13.0"
mypy = "^1.14.0"
black = "^24.10.0"
isort = "^5.13.2"
flake8 = "^7.1.1"
Expand Down

0 comments on commit 766ce0b

Please sign in to comment.