Skip to content

Commit

Permalink
Maintenance run 2023-12-14 (#57)
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 b9e0024 commit 3c9a880
Showing 1 changed file with 31 additions and 15 deletions.
46 changes: 31 additions & 15 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
#
# 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
#
black==23.11.0
aiohttp==3.9.1
# via black
aiosignal==1.3.1
# via aiohttp
async-timeout==4.0.3
# via aiohttp
attrs==23.1.0
# via aiohttp
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 @@ -24,7 +32,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
dpath==2.1.6
# via -r requirements-root.txt
Expand All @@ -37,10 +45,14 @@ flask==3.0.0
# sentry-sdk
flask-httpauth==4.8.0
# 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
itsdangerous==2.1.2
# via flask
jinja2==3.1.2
Expand All @@ -52,13 +64,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
pycodestyle==2.11.1
# via flake8
Expand All @@ -70,17 +86,17 @@ pyjwt==2.8.0
# via -r requirements-root.txt
requests==2.31.0
# via -r requirements-root.txt
sentry-sdk[flask]==1.34.0
sentry-sdk[flask]==1.39.0
# via -r requirements-root.txt
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
zipp==3.17.0
# via importlib-metadata
yarl==1.9.4
# via aiohttp

0 comments on commit 3c9a880

Please sign in to comment.