Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Apr 4, 2024
1 parent fd8b048 commit e43e0f7
Show file tree
Hide file tree
Showing 6 changed files with 245 additions and 133 deletions.
334 changes: 220 additions & 114 deletions poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pre-commit = "^3.1.1"
pytest = "^8.0.0"
pytest-cov = "^5.0.0"
pytest-dotenv = "^0.5.2"
pytest-iam = "^0.0.8"
pytest-iam = "^0.0.9"
pytest-mock = "^3.11.1"
wsgidav = "^4.3.1"
pytest-smtpd = "^0.1.0"
Expand Down
8 changes: 4 additions & 4 deletions web/requirements.app.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@ importlib-metadata==7.1.0 ; python_full_version >= "3.8.1" and python_version <
importlib-resources==6.4.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
itsdangerous==2.1.2 ; python_full_version >= "3.8.1" and python_version < "4.0"
jinja2==3.1.3 ; python_full_version >= "3.8.1" and python_version < "4.0"
kombu==5.3.5 ; python_full_version >= "3.8.1" and python_version < "4.0"
lxml==5.1.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
kombu==5.3.6 ; python_full_version >= "3.8.1" and python_version < "4.0"
lxml==5.2.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
mako==1.3.2 ; python_full_version >= "3.8.1" and python_version < "4.0"
markupsafe==2.1.5 ; python_full_version >= "3.8.1" and python_version < "4.0"
netaddr==1.2.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
oic==1.6.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
packaging==24.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
prompt-toolkit==3.0.43 ; python_full_version >= "3.8.1" and python_version < "4.0"
psycopg2==2.9.9 ; python_full_version >= "3.8.1" and python_version < "4.0"
pycparser==2.21 ; python_full_version >= "3.8.1" and python_version < "4.0" and platform_python_implementation != "PyPy"
pycparser==2.22 ; python_full_version >= "3.8.1" and python_version < "4.0" and platform_python_implementation != "PyPy"
pycryptodomex==3.20.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
pydantic-core==2.16.3 ; python_full_version >= "3.8.1" and python_version < "4.0"
pydantic-settings==2.2.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
Expand All @@ -68,6 +68,6 @@ urllib3==2.2.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
vine==5.1.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
wcwidth==0.2.13 ; python_full_version >= "3.8.1" and python_version < "4.0"
webdavclient3==3.14.6 ; python_full_version >= "3.8.1" and python_version < "4.0"
werkzeug==3.0.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
werkzeug==3.0.2 ; python_full_version >= "3.8.1" and python_version < "4.0"
wtforms==3.1.2 ; python_full_version >= "3.8.1" and python_version < "4.0"
zipp==3.18.1 ; python_full_version >= "3.8.1" and python_version < "3.10"
24 changes: 15 additions & 9 deletions web/requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
aiosmtpd==1.4.5 ; python_full_version >= "3.8.1" and python_version < "4"
atpublic==4.0 ; python_full_version >= "3.8.1" and python_version < "4"
annotated-types==0.6.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
atpublic==4.1.0 ; python_full_version >= "3.8.1" and python_version < "4"
attrs==23.2.0 ; python_full_version >= "3.8.1" and python_version < "4"
authlib==1.3.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
beautifulsoup4==4.12.3 ; python_full_version >= "3.8.1" and python_version < "4"
blinker==1.7.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
canaille[oidc]==0.0.42 ; python_full_version >= "3.8.1" and python_version < "4.0"
canaille[oidc]==0.0.44 ; python_full_version >= "3.8.1" and python_version < "4.0"
cffi==1.16.0 ; python_full_version >= "3.8.1" and python_version < "4" and platform_python_implementation != "PyPy"
cfgv==3.4.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
click==8.1.7 ; python_full_version >= "3.8.1" and python_version < "4.0"
Expand All @@ -15,9 +16,10 @@ cryptography==42.0.5 ; python_full_version >= "3.8.1" and python_version < "4"
cssselect==1.2.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
defusedxml==0.7.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
distlib==0.3.8 ; python_full_version >= "3.8.1" and python_version < "4.0"
enum-extend==0.1.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
exceptiongroup==1.2.0 ; python_full_version >= "3.8.1" and python_version < "3.11"
faker==24.3.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
filelock==3.13.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
faker==24.4.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
filelock==3.13.3 ; python_full_version >= "3.8.1" and python_version < "4.0"
flake8==7.0.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
flask-webtest==0.1.4 ; python_full_version >= "3.8.1" and python_version < "4.0"
flask-wtf==1.2.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
Expand All @@ -29,7 +31,7 @@ iniconfig==2.0.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
itsdangerous==2.1.2 ; python_full_version >= "3.8.1" and python_version < "4.0"
jinja2==3.1.3 ; python_full_version >= "3.8.1" and python_version < "4.0"
json5==0.9.24 ; python_full_version >= "3.8.1" and python_version < "4.0"
lxml==5.1.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
lxml==5.2.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
markupsafe==2.1.5 ; python_full_version >= "3.8.1" and python_version < "4.0"
mccabe==0.7.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
nodeenv==1.8.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
Expand All @@ -40,7 +42,10 @@ portpicker==1.6.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
pre-commit==3.5.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
psutil==5.9.8 ; python_full_version >= "3.8.1" and python_version < "4.0"
pycodestyle==2.11.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
pycparser==2.21 ; python_full_version >= "3.8.1" and python_version < "4" and platform_python_implementation != "PyPy"
pycparser==2.22 ; python_full_version >= "3.8.1" and python_version < "4" and platform_python_implementation != "PyPy"
pydantic-core==2.16.3 ; python_full_version >= "3.8.1" and python_version < "4.0"
pydantic-settings==2.2.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
pydantic==2.6.4 ; python_full_version >= "3.8.1" and python_version < "4.0"
pyflakes==3.2.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
pyquery==2.0.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
pytest-cov==5.0.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
Expand All @@ -56,13 +61,14 @@ setuptools==69.2.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
six==1.16.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
smtpdfix==0.5.1 ; python_full_version >= "3.8.1" and python_version < "4"
soupsieve==2.5 ; python_full_version >= "3.8.1" and python_version < "4"
sphinx-enum-extend==0.1.3 ; python_full_version >= "3.8.1" and python_version < "4.0"
tomli==2.0.1 ; python_full_version >= "3.8.1" and python_full_version <= "3.11.0a6"
typing-extensions==4.10.0 ; python_full_version >= "3.8.1" and python_version <= "3.8"
typing-extensions==4.10.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
virtualenv==20.25.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
waitress==3.0.0 ; python_full_version >= "3.8.1" and python_version < "4"
webob==1.8.7 ; python_full_version >= "3.8.1" and python_version < "4"
webtest==3.0.0 ; python_full_version >= "3.8.1" and python_version < "4"
werkzeug==3.0.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
wsgidav==4.3.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
werkzeug==3.0.2 ; python_full_version >= "3.8.1" and python_version < "4.0"
wsgidav==4.3.2 ; python_full_version >= "3.8.1" and python_version < "4.0"
wtforms==3.1.2 ; python_full_version >= "3.8.1" and python_version < "4.0"
zipp==3.18.1 ; python_full_version >= "3.8.1" and python_version < "3.10"
8 changes: 4 additions & 4 deletions web/requirements.doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ importlib-metadata==7.1.0 ; python_full_version >= "3.8.1" and python_version <
importlib-resources==6.4.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
itsdangerous==2.1.2 ; python_full_version >= "3.8.1" and python_version < "4.0"
jinja2==3.1.3 ; python_full_version >= "3.8.1" and python_version < "4.0"
kombu==5.3.5 ; python_full_version >= "3.8.1" and python_version < "4.0"
lxml==5.1.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
kombu==5.3.6 ; python_full_version >= "3.8.1" and python_version < "4.0"
lxml==5.2.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
mako==1.3.2 ; python_full_version >= "3.8.1" and python_version < "4.0"
markdown-it-py==3.0.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
markupsafe==2.1.5 ; python_full_version >= "3.8.1" and python_version < "4.0"
Expand All @@ -53,7 +53,7 @@ oic==1.6.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
packaging==24.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
prompt-toolkit==3.0.43 ; python_full_version >= "3.8.1" and python_version < "4.0"
psycopg2==2.9.9 ; python_full_version >= "3.8.1" and python_version < "4.0"
pycparser==2.21 ; python_full_version >= "3.8.1" and python_version < "4.0" and platform_python_implementation != "PyPy"
pycparser==2.22 ; python_full_version >= "3.8.1" and python_version < "4.0" and platform_python_implementation != "PyPy"
pycryptodomex==3.20.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
pydantic-core==2.16.3 ; python_full_version >= "3.8.1" and python_version < "4.0"
pydantic-settings==2.2.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
Expand Down Expand Up @@ -89,6 +89,6 @@ urllib3==2.2.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
vine==5.1.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
wcwidth==0.2.13 ; python_full_version >= "3.8.1" and python_version < "4.0"
webdavclient3==3.14.6 ; python_full_version >= "3.8.1" and python_version < "4.0"
werkzeug==3.0.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
werkzeug==3.0.2 ; python_full_version >= "3.8.1" and python_version < "4.0"
wtforms==3.1.2 ; python_full_version >= "3.8.1" and python_version < "4.0"
zipp==3.18.1 ; python_full_version >= "3.8.1" and python_version < "3.10"
2 changes: 1 addition & 1 deletion web/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

@pytest.fixture
def iam_user(iam_server):
iam_user = iam_server.models.User(
iam_user = iam_server.random_user(
id="user_id",
emails=["[email protected]"],
given_name="Alice",
Expand Down

0 comments on commit e43e0f7

Please sign in to comment.