-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Use cryptography to load the pyOpenSSL certificates #670
Conversation
Bumps the dependencies group with 4 updates: [packaging](https://github.com/pypa/packaging), [types-setuptools](https://github.com/python/typeshed), [coverage[toml]](https://github.com/nedbat/coveragepy) and [pyopenssl](https://github.com/pyca/pyopenssl). Updates `packaging` from 24.1 to 24.2 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@24.1...24.2) Updates `types-setuptools` from 75.2.0.20241025 to 75.6.0.20241126 - [Commits](https://github.com/python/typeshed/commits) Updates `coverage[toml]` from 7.6.4 to 7.6.8 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.6.4...7.6.8) 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) --- updated-dependencies: - dependency-name: packaging dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: types-setuptools dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: coverage[toml] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pyopenssl dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This needs a release to fix trio's CI. |
@pquentin could this get a review? I'm not 100% sure of my changes here because IDK why this didn't previously use the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I'm assuming this used the pyOpenSSL way because this was supported there. Now that this is deprecated in pyOpenSSL, switching makes sense, thank you!
And sorry for the reviewing delay.
Bumps the dependencies group with 4 updates: packaging, types-setuptools, coverage[toml] and pyopenssl.
Updates
packaging
from 24.1 to 24.2Release notes
Sourced from packaging's releases.
Changelog
Sourced from packaging's changelog.
Commits
d8e3b31
Bump for release2de393d
Update changelog for release9c66f5c
Remove extraneous quotes in f-strings by using!r
(#848)4dc334c
Upgrade to latest mypy (#853)d1a9f93
Bump the github-actions group with 4 updates (#852)029f415
PEP 639: Implement License-Expression and License-File (#828)6c338a8
Use !r formatter for error messages with filenames. (#844)28e7da7
Add a comment as to whyMetadata.name
isn't normalized (#842)ce0d79c
Mention updating changelog in release process (#841)ac5bdf3
Update the changelog to reflect 24.1 changes (#840)Updates
types-setuptools
from 75.2.0.20241025 to 75.6.0.20241126Commits
Updates
coverage[toml]
from 7.6.4 to 7.6.8Release notes
Sourced from coverage[toml]'s releases.
Changelog
Sourced from coverage[toml]'s changelog.
... (truncated)
Commits
6134266
docs: sample HTML for 7.6.8041f963
docs: prep for 7.6.87fe48b6
build: don't search generated report filesf219144
docs: start changelog entries with capital lettersd1a916a
fix: a line that branches nowhere must always raise an exception2ace7a2
fix: don't assume 'no branches' means 'not executed' #18963ed5915
style: all of ci should use underscores0db86f2
build: automate updating readthedocs2a89551
chore: make upgrade (not sure why files became absolute)ba9c157
chore: make doc_upgradeUpdates
pyopenssl
from 24.2.1 to 24.3.0Changelog
Sourced from pyopenssl's changelog.
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)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