Skip to content

Commit

Permalink
build(deps-dev): bump the dev-deps group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the dev-deps group with 3 updates: [click](https://github.com/pallets/click), [mypy](https://github.com/python/mypy) and [types-simplejson](https://github.com/python/typeshed).


Updates `click` from 8.1.7 to 8.1.8
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)
- [Commits](pallets/click@8.1.7...8.1.8)

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-simplejson` from 3.19.0.20240801 to 3.19.0.20241221
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: click
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: types-simplejson
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 30c5846 commit 6ff8d58
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 45 deletions.
84 changes: 42 additions & 42 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 @@ -57,11 +57,11 @@ zeep = { version = "^4.1.0", optional = true }


[tool.poetry.dev-dependencies]
click = "^8.1.7"
click = "^8.1.8"
cryptography = ">=40.0.2"
docker = "^7.1.0"
mock = "^5.1.0"
mypy = "^1.13"
mypy = "^1.14"
pandas-stubs = "^2.2.3.241126"
pytest = "^8.3.4"
pytest-asyncio = ">=0.19.0,<1"
Expand All @@ -74,7 +74,7 @@ responses = ">=0.21.0,<1"
types-pyopenssl = "^24.1.0.20240722"
types-python-slugify = "^8.0.2.20240310"
types-requests = "^2.31.0.6"
types-simplejson = "^3.19.0.20240801"
types-simplejson = "^3.19.0.20241221"
types-pymysql = "^1.1.0.20241103"

[tool.poetry.extras]
Expand Down

0 comments on commit 6ff8d58

Please sign in to comment.