diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-04-06 20:14:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-06 20:14:49 +0100 |
commit | 3ad221ea4033e07893842dcf9a96155e9648f754 (patch) | |
tree | b5eb5e1ea552cf6978970d8dea74aa4aed0ab6ed | |
parent | Trust dtolnay/rust-toolchain (#15406) (diff) | |
download | synapse-3ad221ea4033e07893842dcf9a96155e9648f754.tar.xz |
Bump pyopenssl from 23.1.0 to 23.1.1 (#15373)
* Bump pyopenssl from 23.1.0 to 23.1.1 Bumps [pyopenssl](https://github.com/pyca/pyopenssl) from 23.1.0 to 23.1.1. - [Release notes](https://github.com/pyca/pyopenssl/releases) - [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/pyopenssl/compare/23.1.0...23.1.1) --- updated-dependencies: - dependency-name: pyopenssl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Changelog --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com> Co-authored-by: Mathieu Velten <mathieuv@matrix.org> Co-authored-by: David Robertson <davidr@element.io>
-rw-r--r-- | changelog.d/15373.misc | 1 | ||||
-rw-r--r-- | poetry.lock | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/changelog.d/15373.misc b/changelog.d/15373.misc new file mode 100644 index 0000000000..e93801b0de --- /dev/null +++ b/changelog.d/15373.misc @@ -0,0 +1 @@ +Bump pyopenssl from 23.1.0 to 23.1.1. diff --git a/poetry.lock b/poetry.lock index acb98adb63..3c464ac3e2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2060,14 +2060,14 @@ tests = ["hypothesis (>=3.27.0)", "pytest (>=3.2.1,!=3.3.0)"] [[package]] name = "pyopenssl" -version = "23.1.0" +version = "23.1.1" description = "Python wrapper module around the OpenSSL library" category = "main" optional = false python-versions = ">=3.6" files = [ - {file = "pyOpenSSL-23.1.0-py3-none-any.whl", hash = "sha256:fb96e936866ad65662c22d0de84ca0fba58397893cdfe0f01334fa93382af23c"}, - {file = "pyOpenSSL-23.1.0.tar.gz", hash = "sha256:8cb78010a1eb2c8e24b851693b7b04dfe9b1dc0a5ab3843927b10a85b1dfbb2e"}, + {file = "pyOpenSSL-23.1.1-py3-none-any.whl", hash = "sha256:9e0c526404a210df9d2b18cd33364beadb0dc858a739b885677bc65e105d4a4c"}, + {file = "pyOpenSSL-23.1.1.tar.gz", hash = "sha256:841498b9bec61623b1b6c47ebbc02367c07d60e0e195f19790817f10cc8db0b7"}, ] [package.dependencies] |