diff --git a/poetry.lock b/poetry.lock index 3015d848e1..693485cf2d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1630,11 +1630,11 @@ idna2008 = ["idna"] [[package]] name = "rsa" -version = "3.3" +version = "4.7" description = "Pure-Python RSA implementation" category = "main" optional = false -python-versions = "*" +python-versions = ">=3.5, <4" [package.dependencies] pyasn1 = ">=0.1.3" @@ -2086,7 +2086,7 @@ test = ["zope.testing"] [metadata] lock-version = "1.1" python-versions = ">=3.7.1,<3.9" -content-hash = "030c51cacf3b42010a607014b3d630a9a12986984beef424e9167037f59574ed" +content-hash = "61a7dfd41979dfa967d2a77a9e59c134b9a5438fa35b7aec678cacc1090311b7" [metadata.files] apipkg = [ @@ -2851,8 +2851,8 @@ rfc3986 = [ {file = "rfc3986-1.5.0.tar.gz", hash = "sha256:270aaf10d87d0d4e095063c65bf3ddbc6ee3d0b226328ce21e036f946e421835"}, ] rsa = [ - {file = "rsa-3.3-py2.py3-none-any.whl", hash = "sha256:928fdb62edfff5c9860f932f76aea7c94bfbcd3f0e7acf6dd64ccd19a597e9c7"}, - {file = "rsa-3.3.tar.gz", hash = "sha256:03f3d9bebad06681771016b8752a40b12f615ff32363c7aa19b3798e73ccd615"}, + {file = "rsa-4.7-py3-none-any.whl", hash = "sha256:a8774e55b59fd9fc893b0d05e9bfc6f47081f46ff5b46f39ccf24631b7be356b"}, + {file = "rsa-4.7.tar.gz", hash = "sha256:69805d6b69f56eb05b62daea3a7dbd7aa44324ad1306445e05da8060232d00f4"}, ] rutter = [ {file = "rutter-0.4-py2.py3-none-any.whl", hash = "sha256:f6a9b6c8b45ee686ec260265a89013041e36d8dd0000df197723837a968b1c7f"}, diff --git a/pyproject.toml b/pyproject.toml index 71c4c10752..e0dae23aa6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ pytz = ">=2021.3" rdflib = "^4.2.2" rdflib-jsonld = ">=0.5.0,<1.0.0" requests = "^2.26.0" -rsa = "3.3" +rsa = "4.7" rutter = ">=0.3,<1" semantic_version = ">=2.9.0" # We don't use this directly. It's part of boto3. It slows down solving to pin.