Skip to content

Commit

Permalink
Maintenance run 2023-12-14 (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: timvanoostrom <[email protected]>
Co-authored-by: Tim van Oostrom <[email protected]>
  • Loading branch information
3 people authored Dec 14, 2023
1 parent 129d4e7 commit f40e22d
Showing 1 changed file with 33 additions and 17 deletions.
50 changes: 33 additions & 17 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,26 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=requirements.txt requirements-root.txt
#
aiohttp==3.9.1
# via black
aiosignal==1.3.1
# via aiohttp
async-timeout==4.0.3
# via aiohttp
attrs==23.1.0
# via zeep
black==23.11.0
# via
# aiohttp
# zeep
black==23.12.0
# via -r requirements-root.txt
blinker==1.7.0
# via
# flask
# sentry-sdk
certifi==2023.7.22
certifi==2023.11.17
# via
# requests
# sentry-sdk
Expand All @@ -26,7 +34,7 @@ click==8.1.7
# flask
coverage==7.3.2
# via -r requirements-root.txt
cryptography==41.0.5
cryptography==41.0.7
# via -r requirements-root.txt
flake8==6.1.0
# via -r requirements-root.txt
Expand All @@ -37,12 +45,16 @@ flask==3.0.0
# sentry-sdk
flask-httpauth==4.8.0
# via -r requirements-root.txt
freezegun==1.2.2
freezegun==1.3.1
# via -r requirements-root.txt
idna==3.4
# via requests
importlib-metadata==6.8.0
# via flask
frozenlist==1.4.0
# via
# aiohttp
# aiosignal
idna==3.6
# via
# requests
# yarl
isodate==0.6.1
# via zeep
itsdangerous==2.1.2
Expand All @@ -58,13 +70,17 @@ markupsafe==2.1.3
# werkzeug
mccabe==0.7.0
# via flake8
multidict==6.0.4
# via
# aiohttp
# yarl
mypy-extensions==1.0.0
# via black
packaging==23.2
# via black
pathspec==0.11.2
pathspec==0.12.1
# via black
platformdirs==3.11.0
platformdirs==4.1.0
# via
# black
# zeep
Expand Down Expand Up @@ -92,7 +108,7 @@ requests-file==1.5.1
# via zeep
requests-toolbelt==1.0.0
# via zeep
sentry-sdk[flask]==1.34.0
sentry-sdk[flask]==1.39.0
# via -r requirements-root.txt
six==1.16.0
# via
Expand All @@ -101,17 +117,17 @@ six==1.16.0
# requests-file
tomli==2.0.1
# via black
typing-extensions==4.8.0
typing-extensions==4.9.0
# via black
urllib3==2.0.7
urllib3==2.1.0
# via
# requests
# sentry-sdk
werkzeug==3.0.1
# via flask
xmltodict==0.13.0
# via -r requirements-root.txt
yarl==1.9.4
# via aiohttp
zeep==4.2.1
# via -r requirements-root.txt
zipp==3.17.0
# via importlib-metadata

0 comments on commit f40e22d

Please sign in to comment.