From 4c9e32fe471ba6bafb49b75b51c3b03892ab6a4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 16:23:01 +0000 Subject: [PATCH] build(deps): bump the dependencies group across 1 directory with 10 updates Bumps the dependencies group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [certifi](https://github.com/certifi/python-certifi) | `2024.7.4` | `2024.8.30` | | [cffi](https://github.com/python-cffi/cffi) | `1.16.0` | `1.17.1` | | [cryptography](https://github.com/pyca/cryptography) | `42.0.8` | `43.0.1` | | [idna](https://github.com/kjd/idna) | `3.7` | `3.10` | | [urllib3](https://github.com/urllib3/urllib3) | `2.2.2` | `2.2.3` | | [coverage](https://github.com/nedbat/coveragepy) | `7.5.4` | `7.6.1` | | [build](https://github.com/pypa/build) | `1.2.1` | `1.2.2` | | [tox](https://github.com/tox-dev/tox) | `4.1.2` | `4.20.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.5.1` | `0.6.8` | | [mypy](https://github.com/python/mypy) | `1.10.1` | `1.11.2` | Updates `certifi` from 2024.7.4 to 2024.8.30 - [Commits](https://github.com/certifi/python-certifi/compare/2024.07.04...2024.08.30) Updates `cffi` from 1.16.0 to 1.17.1 - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](https://github.com/python-cffi/cffi/compare/v1.16.0...v1.17.1) Updates `cryptography` from 42.0.8 to 43.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.8...43.0.1) Updates `idna` from 3.7 to 3.10 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.7...v3.10) Updates `urllib3` from 2.2.2 to 2.2.3 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.2.2...2.2.3) Updates `coverage` from 7.5.4 to 7.6.1 - [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.5.4...7.6.1) Updates `build` from 1.2.1 to 1.2.2 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/build/compare/1.2.1...1.2.2) Updates `tox` from 4.1.2 to 4.20.0 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.1.2...4.20.0) Updates `ruff` from 0.5.1 to 0.6.8 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.5.1...0.6.8) Updates `mypy` from 1.10.1 to 1.11.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.1...v1.11.2) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: cffi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: idna dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: build dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- requirements/build.txt | 4 ++-- requirements/lint.txt | 4 ++-- requirements/pinned.txt | 10 +++++----- requirements/test.txt | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/requirements/build.txt b/requirements/build.txt index 97d0dac1c7..caa9f4693d 100644 --- a/requirements/build.txt +++ b/requirements/build.txt @@ -1,5 +1,5 @@ # The build and tox versions specified here are also used as constraints # during CI and CD Github workflows -build==1.2.1 -tox==4.1.2 +build==1.2.2 +tox==4.20.0 hatchling==1.25.0 diff --git a/requirements/lint.txt b/requirements/lint.txt index 3feab75ff8..f09f848296 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -6,5 +6,5 @@ # Lint tools # (We are not so interested in the specific versions of the tools: the versions # are pinned to prevent unexpected linting failures when tools update) -ruff==0.5.1 -mypy==1.10.1 +ruff==0.6.8 +mypy==1.11.2 diff --git a/requirements/pinned.txt b/requirements/pinned.txt index e435e928b4..50003d7d27 100644 --- a/requirements/pinned.txt +++ b/requirements/pinned.txt @@ -1,10 +1,10 @@ -certifi==2024.7.4 # via requests -cffi==1.16.0 # via cryptography, pynacl +certifi==2024.8.30 # via requests +cffi==1.17.1 # via cryptography, pynacl charset-normalizer==3.3.2 # via requests -cryptography==42.0.8 # via securesystemslib -idna==3.7 # via requests +cryptography==43.0.1 # via securesystemslib +idna==3.10 # via requests pycparser==2.22 # via cffi pynacl==1.5.0 # via securesystemslib requests==2.32.3 securesystemslib[crypto,pynacl]==1.1.0 -urllib3==2.2.2 # via requests +urllib3==2.2.3 # via requests diff --git a/requirements/test.txt b/requirements/test.txt index 0ad7f77abf..d5f61d17a5 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -4,4 +4,4 @@ -r pinned.txt # coverage measurement -coverage==7.5.4 +coverage==7.6.1