Skip to content

Commit

Permalink
Bump the dependencies group with 7 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [coverage[toml]](https://github.com/nedbat/coveragepy) | `7.4.3` | `7.4.4` |
| [packaging](https://github.com/pypa/packaging) | `23.2` | `24.0` |
| [pyasn1-modules](https://github.com/pyasn1/pyasn1-modules) | `0.3.0` | `0.4.0` |
| [pycparser](https://github.com/eliben/pycparser) | `2.21` | `2.22` |
| [pyopenssl](https://github.com/pyca/pyopenssl) | `24.0.0` | `24.1.0` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.0.2` | `8.1.1` |
| [types-pyopenssl](https://github.com/python/typeshed) | `24.0.0.20240228` | `24.0.0.20240311` |


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

Updates `packaging` from 23.2 to 24.0
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](pypa/packaging@23.2...24.0)

Updates `pyasn1-modules` from 0.3.0 to 0.4.0
- [Release notes](https://github.com/pyasn1/pyasn1-modules/releases)
- [Changelog](https://github.com/pyasn1/pyasn1-modules/blob/main/CHANGES.txt)
- [Commits](pyasn1/pyasn1-modules@v0.3.0...v0.4.0)

Updates `pycparser` from 2.21 to 2.22
- [Release notes](https://github.com/eliben/pycparser/releases)
- [Changelog](https://github.com/eliben/pycparser/blob/main/CHANGES)
- [Commits](eliben/pycparser@release_v2.21...release_v2.22)

Updates `pyopenssl` from 24.0.0 to 24.1.0
- [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst)
- [Commits](pyca/pyopenssl@24.0.0...24.1.0)

Updates `pytest` from 8.0.2 to 8.1.1
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.0.2...8.1.1)

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

---
updated-dependencies:
- dependency-name: coverage[toml]
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: packaging
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: pyasn1-modules
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pycparser
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pyopenssl
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: types-pyopenssl
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 1, 2024
1 parent b3a767f commit 94d8f9c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 15 deletions.
4 changes: 2 additions & 2 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jinja2==3.1.2
# via sphinx
markupsafe==2.1.1
# via jinja2
packaging==23.2
packaging==24.0
# via sphinx
pycparser==2.21
pycparser==2.22
# via cffi
pygments==2.17.2
# via sphinx
Expand Down
8 changes: 4 additions & 4 deletions lint-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ mypy==0.910
# via -r lint-requirements.in
mypy-extensions==0.4.4
# via mypy
packaging==23.2
packaging==24.0
# via pytest
pluggy==1.4.0
# via pytest
pycparser==2.21
pycparser==2.22
# via cffi
pytest==8.0.2
pytest==8.1.1
# via -r lint-requirements.in
toml==0.10.2
# via mypy
types-pyopenssl==24.0.0.20240228
types-pyopenssl==24.0.0.20240311
# via -r lint-requirements.in
typing-extensions==4.10.0
# via mypy
16 changes: 7 additions & 9 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ attrs==23.2.0
# via service-identity
cffi==1.16.0
# via cryptography
coverage[toml]==7.4.3
# via
# -r test-requirements.in
# coverage
coverage[toml]==7.4.4
# via -r test-requirements.in
cryptography==41.0.7
# via
# -r test-requirements.in
Expand All @@ -21,21 +19,21 @@ idna==3.4
# via -r test-requirements.in
iniconfig==2.0.0
# via pytest
packaging==23.2
packaging==24.0
# via pytest
pluggy==1.4.0
# via pytest
pyasn1==0.5.1
# via
# pyasn1-modules
# service-identity
pyasn1-modules==0.3.0
pyasn1-modules==0.4.0
# via service-identity
pycparser==2.21
pycparser==2.22
# via cffi
pyopenssl==24.0.0
pyopenssl==24.1.0
# via -r test-requirements.in
pytest==8.0.2
pytest==8.1.1
# via -r test-requirements.in
service-identity==24.1.0
# via -r test-requirements.in

0 comments on commit 94d8f9c

Please sign in to comment.