Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
106 changes: 53 additions & 53 deletions poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ requires-python = ">=3.12"
package-mode = false

[tool.poetry.dependencies]
cryptography = "^46.0.5"
cryptography = "^46.0.7"
pyfxa = "^0.8.1"
tokenlib = "^2.0.0"

[tool.poetry.group.tokenserver-unit-tests.dependencies]
cryptography = "46.0.5"
cryptography = "46.0.7"
hawkauthlib = "^2.0.0"
konfig = "^1.1"
mysqlclient = "^2.2.7"
Expand Down
106 changes: 53 additions & 53 deletions tools/integration_tests/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tools/integration_tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ license = "Mozilla Public License Version 2.0"
package-mode = false

[tool.poetry.dependencies]
cryptography = "46.0.5"
cryptography = "46.0.7"
hawkauthlib = "^2.0.0"
konfig = "^1.1"
mysqlclient = "^2.2.7"
Expand Down
106 changes: 53 additions & 53 deletions tools/spanner/poetry.lock

Large diffs are not rendered by default.

106 changes: 53 additions & 53 deletions tools/syncstorage-loadtest/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tools/syncstorage-loadtest/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies = [
"aiodogstatsd>=0.16.0,<0.17.0",
"PyFxA>=0.7.0",
"PyJWT>=2.0.0",
"cryptography>=46.0.5",
"cryptography>=46.0.7",
]

[project.optional-dependencies]
Expand Down
104 changes: 52 additions & 52 deletions tools/tokenserver/loadtests/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tools/tokenserver/loadtests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ package-mode = false

[tool.poetry.dependencies]
authlib = "^1.6.9"
cryptography = "^46.0.5"
cryptography = "^46.0.7"
locust = "^2.37.10"
pyjwt = "^2.12.1"
sqlalchemy = "1.4.46"
Expand Down