diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-03-20 07:40:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-20 07:40:01 -0400 |
commit | f75a041f5929b947b4abf0e30a31c885f2e01fd1 (patch) | |
tree | 85b7536a96b06638bd5cf98a9c2d3ab268bef360 /poetry.lock | |
parent | Bump serde from 1.0.155 to 1.0.157 (#15287) (diff) | |
download | synapse-f75a041f5929b947b4abf0e30a31c885f2e01fd1.tar.xz |
Bump pygithub from 1.57 to 1.58.1 (#15290)
Diffstat (limited to '')
-rw-r--r-- | poetry.lock | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/poetry.lock b/poetry.lock index 9185d79cf7..dc44e45a2c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1621,25 +1621,22 @@ email = ["email-validator (>=1.0.3)"] [[package]] name = "pygithub" -version = "1.57" +version = "1.58.1" description = "Use the full Github API v3" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "PyGithub-1.57-py3-none-any.whl", hash = "sha256:5822febeac2391f1306c55a99af2bc8f86c8bf82ded000030cd02c18f31b731f"}, - {file = "PyGithub-1.57.tar.gz", hash = "sha256:c273f252b278fb81f1769505cc6921bdb6791e1cebd6ac850cc97dad13c31ff3"}, + {file = "PyGithub-1.58.1-py3-none-any.whl", hash = "sha256:4e7fe9c3ec30d5fde5b4fbb97f18821c9dbf372bf6df337fe66f6689a65e0a83"}, + {file = "PyGithub-1.58.1.tar.gz", hash = "sha256:7d528b4ad92bc13122129fafd444ce3d04c47d2d801f6446b6e6ee2d410235b3"}, ] [package.dependencies] deprecated = "*" -pyjwt = ">=2.4.0" +pyjwt = {version = ">=2.4.0", extras = ["crypto"]} pynacl = ">=1.4.0" requests = ">=2.14.0" -[package.extras] -integrations = ["cryptography"] - [[package]] name = "pygments" version = "2.11.2" @@ -1675,6 +1672,9 @@ files = [ {file = "PyJWT-2.4.0.tar.gz", hash = "sha256:d42908208c699b3b973cbeb01a969ba6a96c821eefb1c5bfe4c390c01d67abba"}, ] +[package.dependencies] +cryptography = {version = ">=3.3.1", optional = true, markers = "extra == \"crypto\""} + [package.extras] crypto = ["cryptography (>=3.3.1)"] dev = ["coverage[toml] (==5.0.4)", "cryptography (>=3.3.1)", "mypy", "pre-commit", "pytest (>=6.0.0,<7.0.0)", "sphinx", "sphinx-rtd-theme", "zope.interface"] |