From d3b2497aee5a609f12b4d968e0042eea35a65e66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 05:21:39 +0000 Subject: [PATCH] Bump the dependencies group in /.config with 8 updates (#4335) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the dependencies group in /.config with 8 updates: | Package | From | To | | --- | --- | --- | | [pipdeptree](https://github.com/tox-dev/pipdeptree) | `2.23.4` | `2.24.0` | | [check-jsonschema](https://github.com/python-jsonschema/check-jsonschema) | `0.29.4` | `0.30.0` | | [cryptography](https://github.com/pyca/cryptography) | `43.0.3` | `44.0.0` | | [identify](https://github.com/pre-commit/identify) | `2.6.2` | `2.6.3` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.45` | `9.5.46` | | [ruff](https://github.com/astral-sh/ruff) | `0.8.0` | `0.8.1` | | [tomli](https://github.com/hukkin/tomli) | `2.1.0` | `2.2.1` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.27.1` | `20.28.0` | Updates `pipdeptree` from 2.23.4 to 2.24.0
Release notes

Sourced from pipdeptree's releases.

2.24.0

What's Changed

Full Changelog: https://github.com/tox-dev/pipdeptree/compare/2.23.4...2.24.0

Commits

Updates `check-jsonschema` from 0.29.4 to 0.30.0
Release notes

Sourced from check-jsonschema's releases.

0.30.0

Changelog

Sourced from check-jsonschema's changelog.

0.30.0

Commits

Updates `cryptography` from 43.0.3 to 44.0.0
Changelog

Sourced from cryptography's changelog.

44.0.0 - 2024-11-27


* **BACKWARDS INCOMPATIBLE:** Dropped support for LibreSSL < 3.9.
* Deprecated Python 3.7 support. Python 3.7 is no longer supported by
the
  Python core team. Support for Python 3.7 will be removed in a future
  ``cryptography`` release.
* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL
3.4.0.
* macOS wheels are now built against the macOS 10.13 SDK. Users on older
  versions of macOS should upgrade, or they will need to build
  ``cryptography`` themselves.
* Enforce the :rfc:`5280` requirement that extended key usage extensions
must
  not be empty.
* Added support for timestamp extraction to the
  :class:`~cryptography.fernet.MultiFernet` class.
* Relax the Authority Key Identifier requirements on root CA
certificates
  during X.509 verification to allow fields permitted by :rfc:`5280` but
  forbidden by the CA/Browser BRs.
* Added support for
:class:`~cryptography.hazmat.primitives.kdf.argon2.Argon2id`
  when using OpenSSL 3.2.0+.
* Added support for the :class:`~cryptography.x509.Admissions`
certificate extension.
* Added basic support for PKCS7 decryption (including S/MIME 3.2) via

:func:`~cryptography.hazmat.primitives.serialization.pkcs7.pkcs7_decrypt_der`,

:func:`~cryptography.hazmat.primitives.serialization.pkcs7.pkcs7_decrypt_pem`,
and

:func:`~cryptography.hazmat.primitives.serialization.pkcs7.pkcs7_decrypt_smime`.

.. _v43-0-3:

Commits

Updates `identify` from 2.6.2 to 2.6.3
Commits

Updates `mkdocs-material` from 9.5.45 to 9.5.46
Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.5.46

Thanks go to @​nejch and @​perpil for their contributions

Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-9.5.46 (2024-11-25)

mkdocs-material-9.5.45 (2024-11-20)

mkdocs-material-9.5.44 (2024-11-05)

mkdocs-material-9.5.43 (2024-10-31)

mkdocs-material-9.5.42 (2024-10-20)

mkdocs-material-9.5.41 (2024-10-15)

mkdocs-material-9.5.40 (2024-10-10)

mkdocs-material-9.5.39+insiders-4.53.14 (2024-09-29)

mkdocs-material-9.5.39 (2024-09-29)

mkdocs-material-9.5.38 (2024-09-26)

mkdocs-material-9.5.37 (2024-09-25)

... (truncated)

Commits

Updates `ruff` from 0.8.0 to 0.8.1
Release notes

Sourced from ruff's releases.

0.8.1

Release Notes

Preview features

Rule changes

Bug fixes

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.8.1

Preview features

Rule changes

Bug fixes

Commits

Updates `tomli` from 2.1.0 to 2.2.1
Changelog

Sourced from tomli's changelog.

2.2.1

2.2.0

Commits

Updates `virtualenv` from 20.27.1 to 20.28.0
Release notes

Sourced from virtualenv's releases.

20.28.0

What's Changed

Full Changelog: https://github.com/pypa/virtualenv/compare/20.27.2...20.28.0

20.27.2

What's Changed

New Contributors

Full Changelog: https://github.com/pypa/virtualenv/compare/20.27.1...20.27.2

Changelog

Sourced from virtualenv's changelog.

v20.28.0 (2024-11-25)

Features - 20.28.0

- Write CACHEDIR.TAG file on creation - by
"user:`neilramsay`. (:issue:`2803`)

v20.27.2 (2024-11-25)

Bugfixes - 20.27.2

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .config/constraints.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.config/constraints.txt b/.config/constraints.txt index ba49acf3b..9d0c09434 100644 --- a/.config/constraints.txt +++ b/.config/constraints.txt @@ -23,12 +23,12 @@ cffi==1.17.1 cfgv==3.4.0 chardet==5.2.0 charset-normalizer==3.4.0 -check-jsonschema==0.29.4 +check-jsonschema==0.30.0 click==8.1.7 click-help-colors==0.9.4 colorama==0.4.6 coverage==7.6.8 -cryptography==43.0.3 +cryptography==44.0.0 csscompressor==0.9.5 cssselect2==0.7.0 defusedxml==0.7.1 @@ -43,7 +43,7 @@ filelock==3.16.1 ghp-import==2.1.0 griffe==1.5.1 htmlmin2==0.1.13 -identify==2.6.2 +identify==2.6.3 idna==3.10 importlib-metadata==8.5.0 iniconfig==2.0.0 @@ -68,7 +68,7 @@ mkdocs-gen-files==0.5.0 mkdocs-get-deps==0.2.0 mkdocs-htmlproofer-plugin==1.3.0 mkdocs-macros-plugin==1.3.7 -mkdocs-material==9.5.45 +mkdocs-material==9.5.46 mkdocs-material-extensions==1.3.1 mkdocs-minify-plugin==0.8.0 mkdocs-monorepo-plugin==1.1.0 @@ -83,7 +83,7 @@ pathspec==0.12.1 pexpect==4.9.0 pillow==11.0.0 pip-tools==7.4.1 -pipdeptree==2.23.4 +pipdeptree==2.24.0 platformdirs==4.3.6 pluggy==1.5.0 pre-commit==4.0.1 @@ -113,7 +113,7 @@ rich==13.9.4 rpds-py==0.21.0 ruamel-yaml==0.18.6 ruamel-yaml-clib==0.2.12 -ruff==0.8.0 +ruff==0.8.1 six==1.16.0 soupsieve==2.6 subprocess-tee==0.4.2 @@ -121,7 +121,7 @@ termcolor==2.5.0 text-unidecode==1.3 tinycss2==1.4.0 toml-sort==0.24.2 -tomli==2.1.0 +tomli==2.2.1 tomlkit==0.13.2 tox==4.23.2 types-jsonschema==4.23.0.20240813 @@ -129,7 +129,7 @@ types-pexpect==4.9.0.20240806 types-pyyaml==6.0.12.20240917 typing-extensions==4.12.2 urllib3==2.2.3 -virtualenv==20.27.1 +virtualenv==20.28.0 watchdog==6.0.0 wcmatch==10.0 webencodings==0.5.1