Skip to content

Commit

Permalink
chore: Bump the development-dependencies group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the development-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [black](https://github.com/psf/black) | `24.4.0` | `24.4.2` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.4.4` | `7.5.3` |
| [mypy](https://github.com/python/mypy) | `1.9.0` | `1.10.0` |
| [twine](https://github.com/pypa/twine) | `5.0.0` | `5.1.0` |
| [types-jsonschema](https://github.com/python/typeshed) | `4.21.0.20240331` | `4.22.0.20240501` |
| [types-pyopenssl](https://github.com/python/typeshed) | `24.0.0.20240417` | `24.1.0.20240425` |

Updates `black` from 24.4.0 to 24.4.2
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.4.0...24.4.2)

Updates `coverage` from 7.4.4 to 7.5.3
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.4.4...7.5.3)

Updates `mypy` from 1.9.0 to 1.10.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@1.9.0...v1.10.0)

Updates `twine` from 5.0.0 to 5.1.0
- [Release notes](https://github.com/pypa/twine/releases)
- [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst)
- [Commits](pypa/twine@5.0.0...5.1.0)

Updates `types-jsonschema` from 4.21.0.20240331 to 4.22.0.20240501
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-pyopenssl` from 24.0.0.20240417 to 24.1.0.20240425
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: coverage
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: twine
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: types-jsonschema
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: types-pyopenssl
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and fpinto-cdd committed May 30, 2024
1 parent 96ca717 commit 5ae1a33
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@

-c requirements.txt

black==24.4.0
black==24.4.2
bumpversion==0.5.3
coverage==7.4.4
coverage==7.5.3
flake8==7.0.0
isort==5.13.2
mypy==1.9.0
mypy==1.10.0
pip-tools==7.4.1
tox==4.11.4
twine==5.0.0
types-jsonschema==4.21.0.20240331
types-pyOpenSSL==24.0.0.20240417
twine==5.1.0
types-jsonschema==4.22.0.20240501
types-pyOpenSSL==24.1.0.20240425
types-pytz==2024.1.0.20240417
wheel==0.43.0
12 changes: 6 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ attrs==23.1.0
# via
# -c requirements.txt
# referencing
black==24.4.0
black==24.4.2
# via -r requirements-dev.in
bleach==5.0.1
# via readme-renderer
Expand Down Expand Up @@ -36,7 +36,7 @@ click==8.0.3
# pip-tools
colorama==0.4.6
# via tox
coverage==7.4.4
coverage==7.5.3
# via -r requirements-dev.in
cryptography==42.0.5
# via
Expand Down Expand Up @@ -74,7 +74,7 @@ mccabe==0.7.0
# via flake8
mdurl==0.1.2
# via markdown-it-py
mypy==1.9.0
mypy==1.10.0
# via -r requirements-dev.in
mypy-extensions==1.0.0
# via
Expand Down Expand Up @@ -153,13 +153,13 @@ tomli==2.0.1
# tox
tox==4.11.4
# via -r requirements-dev.in
twine==5.0.0
twine==5.1.0
# via -r requirements-dev.in
types-cffi==1.16.0.20240331
# via types-pyopenssl
types-jsonschema==4.21.0.20240331
types-jsonschema==4.22.0.20240501
# via -r requirements-dev.in
types-pyopenssl==24.0.0.20240417
types-pyopenssl==24.1.0.20240425
# via -r requirements-dev.in
types-pytz==2024.1.0.20240417
# via -r requirements-dev.in
Expand Down

0 comments on commit 5ae1a33

Please sign in to comment.