Skip to content

build(deps): bump the dependencies group across 1 directory with 2 updates #2835

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 20, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 19, 2025

Bumps the dependencies group with 2 updates in the / directory: cryptography and ruff.

Updates cryptography from 44.0.3 to 45.0.2

Changelog

Sourced from cryptography's changelog.

45.0.2 - 2025-05-17


* Fixed using ``mypy`` with ``cryptography`` on older versions of Python.

.. _v45-0-1:

45.0.1 - 2025-05-17

  • Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.5.0.

.. _v45-0-0:

45.0.0 - 2025-05-17 (YANKED)


* Support for Python 3.7 is deprecated and will be removed in the next
  ``cryptography`` release.
* Updated the minimum supported Rust version (MSRV) to 1.74.0, from 1.65.0.
* Added support for serialization of PKCS#12 Java truststores in
  :func:`~cryptography.hazmat.primitives.serialization.pkcs12.serialize_java_truststore`
* Added :meth:`~cryptography.hazmat.primitives.kdf.argon2.Argon2id.derive_phc_encoded` and
  :meth:`~cryptography.hazmat.primitives.kdf.argon2.Argon2id.verify_phc_encoded` methods
  to support password hashing in the PHC string format
* Added support for PKCS7 decryption and encryption using AES-256 as the
  content algorithm, in addition to AES-128.
* **BACKWARDS INCOMPATIBLE:** Made SSH private key loading more consistent with
  other private key loading:
  :func:`~cryptography.hazmat.primitives.serialization.load_ssh_private_key`
  now raises a ``TypeError`` if the key is unencrypted but a password is
  provided (previously no exception was raised), and raises a ``TypeError`` if
  the key is encrypted but no password is provided (previously a ``ValueError``
  was raised).
* Added ``__copy__`` to the
  :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKey`,
  :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey`,
  :class:`~cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PublicKey`,
  :class:`~cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PrivateKey`,
  :class:`~cryptography.hazmat.primitives.asymmetric.ed448.Ed448PublicKey`,
  :class:`~cryptography.hazmat.primitives.asymmetric.ed448.Ed448PrivateKey`,
  :class:`~cryptography.hazmat.primitives.asymmetric.x25519.X25519PublicKey`,
  :class:`~cryptography.hazmat.primitives.asymmetric.x25519.X25519PrivateKey`,
  :class:`~cryptography.hazmat.primitives.asymmetric.x448.X448PublicKey`,
  :class:`~cryptography.hazmat.primitives.asymmetric.x448.X448PrivateKey`,
  :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKey`,
  :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey`,
  :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKey`,
  :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKey`,
  :class:`~cryptography.hazmat.primitives.asymmetric.dh.DHPrivateKey`, and
</tr></table> 

... (truncated)

Commits

Updates ruff from 0.11.9 to 0.11.10

Release notes

Sourced from ruff's releases.

0.11.10

Release Notes

Preview features

  • [ruff] Implement a recursive check for RUF060 (#17976)
  • [airflow] Enable autofixes for AIR301 and AIR311 (#17941)
  • [airflow] Apply try catch guard to all AIR3 rules (#17887)
  • [airflow] Extend AIR311 rules (#17913)

Bug fixes

  • [flake8-bugbear] Ignore B028 if skip_file_prefixes is present (#18047)
  • [flake8-pie] Mark autofix for PIE804 as unsafe if the dictionary contains comments (#18046)
  • [flake8-simplify] Correct behavior for str.split/rsplit with maxsplit=0 (SIM905) (#18075)
  • [flake8-simplify] Fix SIM905 autofix for rsplit creating a reversed list literal (#18045)
  • [flake8-use-pathlib] Suppress diagnostics for all os.* functions that have the dir_fd parameter (PTH) (#17968)
  • [refurb] Mark autofix as safe only for number literals (FURB116) (#17692)

Rule changes

  • [flake8-bandit] Skip S608 for expressionless f-strings (#17999)
  • [flake8-pytest-style] Don't recommend usefixtures for parametrize values (PT019) (#17650)
  • [pyupgrade] Add resource.error as deprecated alias of OSError (UP024) (#17933)

CLI

  • Disable jemalloc on Android (#18033)

Documentation

  • Update Neovim setup docs (#18108)
  • [flake8-simplify] Add fix safety section (SIM103) (#18086)
  • [flake8-simplify] Add fix safety section (SIM112) (#18099)
  • [pylint] Add fix safety section (PLC0414) (#17802)
  • [pylint] Add fix safety section (PLE4703) (#17824)
  • [pylint] Add fix safety section (PLW1514) (#17932)
  • [pylint] Add fix safety section (PLW3301) (#17878)
  • [ruff] Add fix safety section (RUF007) (#17755)
  • [ruff] Add fix safety section (RUF033) (#17760)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.11.10

Preview features

  • [ruff] Implement a recursive check for RUF060 (#17976)
  • [airflow] Enable autofixes for AIR301 and AIR311 (#17941)
  • [airflow] Apply try catch guard to all AIR3 rules (#17887)
  • [airflow] Extend AIR311 rules (#17913)

Bug fixes

  • [flake8-bugbear] Ignore B028 if skip_file_prefixes is present (#18047)
  • [flake8-pie] Mark autofix for PIE804 as unsafe if the dictionary contains comments (#18046)
  • [flake8-simplify] Correct behavior for str.split/rsplit with maxsplit=0 (SIM905) (#18075)
  • [flake8-simplify] Fix SIM905 autofix for rsplit creating a reversed list literal (#18045)
  • [flake8-use-pathlib] Suppress diagnostics for all os.* functions that have the dir_fd parameter (PTH) (#17968)
  • [refurb] Mark autofix as safe only for number literals (FURB116) (#17692)

Rule changes

  • [flake8-bandit] Skip S608 for expressionless f-strings (#17999)
  • [flake8-pytest-style] Don't recommend usefixtures for parametrize values (PT019) (#17650)
  • [pyupgrade] Add resource.error as deprecated alias of OSError (UP024) (#17933)

CLI

  • Disable jemalloc on Android (#18033)

Documentation

  • Update Neovim setup docs (#18108)
  • [flake8-simplify] Add fix safety section (SIM103) (#18086)
  • [flake8-simplify] Add fix safety section (SIM112) (#18099)
  • [pylint] Add fix safety section (PLC0414) (#17802)
  • [pylint] Add fix safety section (PLE4703) (#17824)
  • [pylint] Add fix safety section (PLW1514) (#17932)
  • [pylint] Add fix safety section (PLW3301) (#17878)
  • [ruff] Add fix safety section (RUF007) (#17755)
  • [ruff] Add fix safety section (RUF033) (#17760)
Commits
  • b35bf8a Bump 0.11.10 (#18120)
  • 279dac1 [ty] Make dataclass instances adhere to DataclassInstance (#18115)
  • 5761703 [ty] Enable optimizations for salsa in debug profile (#18117)
  • 28b5a86 [ty] Enable 'ansi' feature to fix compile error (#18116)
  • b6b7caa [ty] Change layout of extra verbose output and respect --color for verbose ...
  • 46be305 [ty] Include synthesized arguments in displayed counts for `too-many-position...
  • c3a4992 [ty] Fix normalization of unions containing instances parameterized with unio...
  • 9aa6330 [ty] Fix redundant-cast false positives when casting to Unknown (#18111)
  • b600ff1 Sync vendored typeshed stubs (#18110)
  • 466021d [flake8-simplify] add fix safety section (SIM112) (#18099)
  • Additional commits viewable in compare view

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 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 19, 2025
…dates

Bumps the dependencies group with 2 updates in the / directory: [cryptography](https://github.com/pyca/cryptography) and [ruff](https://github.com/astral-sh/ruff).


Updates `cryptography` from 44.0.3 to 45.0.2
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@44.0.3...45.0.2)

Updates `ruff` from 0.11.9 to 0.11.10
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.11.9...0.11.10)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-version: 45.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: ruff
  dependency-version: 0.11.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner May 19, 2025 21:41
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 19, 2025
@coveralls
Copy link

Coverage Status

coverage: 97.064%. remained the same
when pulling 5cec62c on dependabot/pip/dependencies-6b442c29d5
into 4bfca1f on develop.

Copy link
Member

@lukpueh lukpueh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Backwards incompatible changes in cryptography shouldn't affect us.

@lukpueh lukpueh merged commit 6fc2a3c into develop May 20, 2025
17 checks passed
@dependabot dependabot bot deleted the dependabot/pip/dependencies-6b442c29d5 branch May 20, 2025 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants