Skip to content

Commit c44fc08

Browse files
committed
chore: poetry update python deps
1 parent ab47aba commit c44fc08

9 files changed

Lines changed: 5881 additions & 3651 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,11 @@ commands:
4646
name: Setup python
4747
command: |
4848
sudo apt-get update && sudo apt-get install -y python3-dev python3-pip python3-venv
49-
pip3 install hawkauthlib konfig pyramid pyramid_hawkauth requests simplejson unittest2 WebTest WSGIProxy2 poetry
49+
pip3 install hawkauthlib konfig pyramid pyramid_hawkauth requests simplejson unittest2 WebTest WSGIProxy2 poetry poetry-plugin-export
5050
# NOTE: Python3.12 requires `--break-system-packages`.
5151
# This command is run on the cimg/rust image, which is running python 3.10
5252
python3 -mvenv venv
5353
. venv/bin/activate
54-
poetry self add poetry-plugin-export
5554
poetry install --with tokenserver-unit-tests,dev --no-interaction --no-ansi
5655
rust-check:
5756
steps:

poetry.lock

Lines changed: 986 additions & 696 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
requires-python = ">=3.9.2"
1111

1212
[tool.poetry]
13-
package-mode = false
13+
package-mode = false
1414

1515
[tool.poetry.dependencies]
1616
cryptography = "^44.0.2"

tools/hawk/poetry.lock

Lines changed: 446 additions & 227 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/integration_tests/poetry.lock

Lines changed: 986 additions & 708 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/postgres/poetry.lock

Lines changed: 54 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)