Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Jan 24, 2024
1 parent 897fd7f commit 5b6e6df
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 58 deletions.
92 changes: 50 additions & 42 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = "^7.4.0"
pytest-cov = "^4.1.0"
pytest-dotenv = "^0.5.2"
pytest-iam = "^0.0.5"
pytest-iam = "^0.0.6"
pytest-mock = "^3.11.1"
wsgidav = "^4.3.0"

Expand Down
10 changes: 5 additions & 5 deletions web/requirements.app.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ blinker==1.7.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
cachelib==0.9.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
celery==5.3.6 ; python_full_version >= "3.8.1" and python_version < "4.0"
certifi==2023.11.17 ; 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.0"
cffi==1.16.0 ; python_full_version >= "3.8.1" and python_version < "4.0" and platform_python_implementation != "PyPy"
charset-normalizer==3.3.2 ; python_full_version >= "3.8.1" and python_version < "4.0"
click-didyoumean==0.3.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
click-plugins==1.1.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
click-repl==0.3.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"
colorama==0.4.6 ; python_full_version >= "3.8.1" and python_version < "4.0" and platform_system == "Windows"
cryptography==41.0.7 ; python_full_version >= "3.8.1" and python_version < "4.0"
cryptography==42.0.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"
filetype==1.2.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
flask-babel==4.0.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
Expand All @@ -38,21 +38,21 @@ 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"
mako==1.3.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
mako==1.3.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
markupsafe==2.1.4 ; python_full_version >= "3.8.1" and python_version < "4.0"
netaddr==0.10.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==23.2 ; 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"
pycparser==2.21 ; 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.14.6 ; python_full_version >= "3.8.1" and python_version < "4.0"
pydantic-settings==2.1.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
pydantic==2.5.3 ; python_full_version >= "3.8.1" and python_version < "4.0"
pyjwkest==1.4.2 ; python_full_version >= "3.8.1" and python_version < "4.0"
python-dateutil==2.8.2 ; python_full_version >= "3.8.1" and python_version < "4.0"
python-dotenv==1.0.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
python-dotenv==1.0.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
pytz==2023.3.post1 ; python_full_version >= "3.8.1" and python_version < "4.0"
redis==5.0.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
requests==2.31.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
Expand Down
10 changes: 5 additions & 5 deletions web/requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ beautifulsoup4==4.12.3 ; python_full_version >= "3.8.1" and python_version < "4"
black==23.12.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
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"
cffi==1.16.0 ; 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.0" 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"
colorama==0.4.6 ; python_full_version >= "3.8.1" and python_version < "4.0" and (sys_platform == "win32" or platform_system == "Windows")
coverage==7.4.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
coverage[toml]==7.4.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
cryptography==41.0.7 ; python_full_version >= "3.8.1" and python_version < "4.0"
cryptography==42.0.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"
exceptiongroup==1.2.0 ; python_full_version >= "3.8.1" and python_version < "3.11"
Expand Down Expand Up @@ -38,15 +38,15 @@ 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.0"
pycparser==2.21 ; python_full_version >= "3.8.1" and python_version < "4.0" and platform_python_implementation != "PyPy"
pyflakes==3.2.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
pytest-cov==4.1.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
pytest-dotenv==0.5.2 ; python_full_version >= "3.8.1" and python_version < "4.0"
pytest-iam==0.0.5 ; python_full_version >= "3.8.1" and python_version < "4.0"
pytest-iam==0.0.6 ; python_full_version >= "3.8.1" and python_version < "4.0"
pytest-mock==3.12.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
pytest==7.4.4 ; python_full_version >= "3.8.1" and python_version < "4.0"
python-dateutil==2.8.2 ; python_full_version >= "3.8.1" and python_version < "4.0"
python-dotenv==1.0.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
python-dotenv==1.0.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
pyyaml==6.0.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
setuptools==69.0.3 ; 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"
Expand Down
Loading

0 comments on commit 5b6e6df

Please sign in to comment.