Skip to content
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

Bump the regular-version-updates group with 5 updates #191

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2024

Bumps the regular-version-updates group with 5 updates:

Package From To
pyopenssl 24.2.1 24.3.0
sphinx-rtd-theme 3.0.1 3.0.2
types-pyrfc3339 1.1.1.5 2.0.1.20241107
types-setuptools 75.2.0.20241025 75.6.0.20241126
twine 5.1.1 6.0.0

Updates pyopenssl from 24.2.1 to 24.3.0

Changelog

Sourced from pyopenssl's changelog.

24.3.0 (2024-11-27)

Backward-incompatible changes: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • Removed the deprecated OpenSSL.crypto.CRL, OpenSSL.crypto.Revoked, OpenSSL.crypto.dump_crl, and OpenSSL.crypto.load_crl. cryptography.x509's CRL functionality should be used instead.
  • Removed the deprecated OpenSSL.crypto.sign and OpenSSL.crypto.verify. cryptography.hazmat.primitives.asymmetric's signature APIs should be used instead.

Deprecations: ^^^^^^^^^^^^^

  • Deprecated OpenSSL.rand - callers should use os.urandom() instead.
  • Deprecated add_extensions and get_extensions on OpenSSL.crypto.X509Req and OpenSSL.crypto.X509. These should have been deprecated at the same time X509Extension was. Users should use pyca/cryptography's X.509 APIs instead.
  • Deprecated OpenSSL.crypto.get_elliptic_curves and OpenSSL.crypto.get_elliptic_curve, as well as passing the reult of them to OpenSSL.SSL.Context.set_tmp_ecdh, users should instead pass curves from cryptography.
  • Deprecated passing X509 objects to OpenSSL.SSL.Context.use_certificate, OpenSSL.SSL.Connection.use_certificate, OpenSSL.SSL.Context.add_extra_chain_cert, and OpenSSL.SSL.Context.add_client_ca, users should instead pass cryptography.x509.Certificate instances. This is in preparation for deprecating pyOpenSSL's X509 entirely.
  • Deprecated passing PKey objects to OpenSSL.SSL.Context.use_privatekey and OpenSSL.SSL.Connection.use_privatekey, users should instead pass cryptography priate key instances. This is in preparation for deprecating pyOpenSSL's PKey entirely.

Changes: ^^^^^^^^

  • cryptography maximum version has been increased to 44.0.x.
  • OpenSSL.SSL.Connection.get_certificate, OpenSSL.SSL.Connection.get_peer_certificate, OpenSSL.SSL.Connection.get_peer_cert_chain, and OpenSSL.SSL.Connection.get_verified_chain now take an as_cryptography keyword-argument. When True is passed then cryptography.x509.Certificate are returned, instead of OpenSSL.crypto.X509. In the future, passing False (the default) will be deprecated.
Commits
  • 9f82d97 Raise cryptography version and prepare the 24.3.0 release (#1381)
  • 7e1660b Remove APIs that have been deprecated for a year (#1374)
  • a6678a9 make deprecation warnings more prominent in docs (#1379)
  • 0baa319 Reorganize how we test downstreams and add more (#1377)
  • 24cc2c1 Refactor two tests that rely on deprecated APIs (#1375)
  • a378d53 Bump actions/upload-artifact in /.github/actions/upload-coverage (#1372)
  • ace2244 Bump actions/upload-artifact from 4.4.2 to 4.4.3 (#1371)
  • f8ef486 Bump actions/upload-artifact in /.github/actions/upload-coverage (#1370)
  • f8c2d99 Bump actions/upload-artifact from 4.4.1 to 4.4.2 (#1369)
  • bad5ba4 Bump actions/upload-artifact in /.github/actions/upload-coverage (#1367)
  • Additional commits viewable in compare view

Updates sphinx-rtd-theme from 3.0.1 to 3.0.2

Changelog

Sourced from sphinx-rtd-theme's changelog.

3.0.2

  • Show current translation when the flyout is attached
  • Fix JavaScript issue that didn't allow users to disable selectors

.. _release-3.0.1:

Commits

Updates types-pyrfc3339 from 1.1.1.5 to 2.0.1.20241107

Commits

Updates types-setuptools from 75.2.0.20241025 to 75.6.0.20241126

Commits

Updates twine from 5.1.1 to 6.0.0

Changelog

Sourced from twine's changelog.

Twine 6.0.0 (2024-11-29)

Bugfixes ^^^^^^^^

  • Restore support for pkginfo 1.11 ([#1116](https://github.com/pypa/twine/issues/1116) <https://github.com/pypa/twine/issues/1116>_)

Deprecations and Removals ^^^^^^^^^^^^^^^^^^^^^^^^^

  • Username for PyPI and Test PyPI now defaults to token but no longer overrides a username configured in the environment or supplied on the command line. Workflows still supplying anything other than token for the username when uploading to PyPI or Test PyPI will now fail. Either supply token or do not supply a username at all. ([#1121](https://github.com/pypa/twine/issues/1121) <https://github.com/pypa/twine/issues/1121>_)

Misc ^^^^

  • [#1024](https://github.com/pypa/twine/issues/1024) <https://github.com/pypa/twine/issues/1024>_
Commits
  • 22e2e61 Merge pull request #1183 from pypa/release/2024-11
  • 4cf77f1 Update changelog for 6.0.0
  • dc6f3e3 Add changelog. (#1182)
  • 13fa2ab Restore support for pkginfo 1.11 (#1123)
  • 03bcad6 Restore test isolation by allowing username override for PyPI (#1131)
  • dd61356 check: ignore attestations, like signatures
  • 2b33343 Fix linting
  • 309a9d7 Add a backstop-test
  • 46bc5dd Consider that description may be empty
  • b767402 build(deps): bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0
  • 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

Bumps the regular-version-updates group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [pyopenssl](https://github.com/pyca/pyopenssl) | `24.2.1` | `24.3.0` |
| [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) | `3.0.1` | `3.0.2` |
| [types-pyrfc3339](https://github.com/python/typeshed) | `1.1.1.5` | `2.0.1.20241107` |
| [types-setuptools](https://github.com/python/typeshed) | `75.2.0.20241025` | `75.6.0.20241126` |
| [twine](https://github.com/pypa/twine) | `5.1.1` | `6.0.0` |


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

Updates `sphinx-rtd-theme` from 3.0.1 to 3.0.2
- [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst)
- [Commits](readthedocs/sphinx_rtd_theme@3.0.1...3.0.2)

Updates `types-pyrfc3339` from 1.1.1.5 to 2.0.1.20241107
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-setuptools` from 75.2.0.20241025 to 75.6.0.20241126
- [Commits](https://github.com/python/typeshed/commits)

Updates `twine` from 5.1.1 to 6.0.0
- [Release notes](https://github.com/pypa/twine/releases)
- [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst)
- [Commits](pypa/twine@v5.1.1...6.0.0)

---
updated-dependencies:
- dependency-name: pyopenssl
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: regular-version-updates
- dependency-name: sphinx-rtd-theme
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: regular-version-updates
- dependency-name: types-pyrfc3339
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: regular-version-updates
- dependency-name: types-setuptools
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: regular-version-updates
- dependency-name: twine
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: regular-version-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 1, 2024
@dependabot dependabot bot requested review from a team and bmw and removed request for a team December 1, 2024 00:40
@bmw bmw merged commit 035ea35 into master Dec 3, 2024
14 checks passed
@bmw bmw deleted the dependabot/pip/regular-version-updates-6e45093ba1 branch December 3, 2024 21:16
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant