From 94d8f9c1331eb81800a8320907e78a304cf87734 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 01:11:43 +0000 Subject: [PATCH] Bump the dependencies group with 7 updates 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](https://github.com/nedbat/coveragepy/compare/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](https://github.com/pypa/packaging/compare/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](https://github.com/pyasn1/pyasn1-modules/compare/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](https://github.com/eliben/pycparser/compare/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](https://github.com/pyca/pyopenssl/compare/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](https://github.com/pytest-dev/pytest/compare/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] --- docs-requirements.txt | 4 ++-- lint-requirements.txt | 8 ++++---- test-requirements.txt | 16 +++++++--------- 3 files changed, 13 insertions(+), 15 deletions(-) diff --git a/docs-requirements.txt b/docs-requirements.txt index fa81080..d503bb1 100644 --- a/docs-requirements.txt +++ b/docs-requirements.txt @@ -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 diff --git a/lint-requirements.txt b/lint-requirements.txt index fb6a22b..90b4a85 100644 --- a/lint-requirements.txt +++ b/lint-requirements.txt @@ -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 diff --git a/test-requirements.txt b/test-requirements.txt index cca3e89..5e9ea38 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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 @@ -21,7 +19,7 @@ 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 @@ -29,13 +27,13 @@ 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