Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade requirements #254

Merged
merged 1 commit into from
Jun 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 8 additions & 10 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,28 +1,26 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# ./dev update-requirements
#
blinker==1.6.2
blinker==1.8.2
# via -r pip-tools/requirements-dev.in
certifi==2023.7.22
certifi==2024.6.2
# via requests
charset-normalizer==3.2.0
charset-normalizer==3.3.2
# via requests
httmock==1.4.0
# via -r pip-tools/requirements-dev.in
idna==3.4
idna==3.7
# via requests
mock==5.1.0
# via -r pip-tools/requirements-dev.in
requests==2.31.0
requests==2.32.3
# via
# httmock
# requests-mock
requests-mock==1.11.0
requests-mock==1.12.1
# via -r pip-tools/requirements-dev.in
six==1.16.0
# via requests-mock
urllib3==2.0.5
urllib3==2.2.1
# via requests
60 changes: 28 additions & 32 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,42 +1,38 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# ./dev update-requirements
#
aiohttp==3.8.5
aiohttp==3.9.5
# via cloudfoundry-client
aiosignal==1.3.1
# via aiohttp
async-timeout==4.0.3
# via
# aiohttp
# redis
attrs==23.1.0
attrs==23.2.0
# via aiohttp
certifi==2023.7.22
certifi==2024.6.2
# via requests
charset-normalizer==3.3.2
# via requests
charset-normalizer==3.2.0
# via
# aiohttp
# requests
click==8.1.7
# via flask
cloudfoundry-client==1.35.2
cloudfoundry-client==1.37.1
# via -r pip-tools/requirements.in
dnspython==2.4.2
dnspython==2.6.1
# via email-validator
email-validator==2.0.0.post2
email-validator==2.1.1
# via -r pip-tools/requirements.in
flask==2.2.5
# via -r pip-tools/requirements.in
frozenlist==1.4.0
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
gunicorn==21.2.0
greenlet==3.0.3
# via sqlalchemy
gunicorn==22.0.0
# via -r pip-tools/requirements.in
idna==3.4
idna==3.7
# via
# email-validator
# requests
Expand All @@ -45,49 +41,49 @@ itsdangerous==2.0.1
# via
# -r pip-tools/requirements.in
# flask
jinja2==3.1.2
jinja2==3.1.4
# via flask
markupsafe==2.1.3
markupsafe==2.1.5
# via
# jinja2
# werkzeug
multidict==6.0.4
multidict==6.0.5
# via
# aiohttp
# yarl
oauth2-client==1.4.2
# via cloudfoundry-client
packaging==23.1
packaging==24.1
# via gunicorn
polling2==0.5.0
# via cloudfoundry-client
protobuf==4.24.3
protobuf==5.27.1
# via cloudfoundry-client
psycopg2==2.9.7
psycopg2==2.9.9
# via -r pip-tools/requirements.in
pyyaml==6.0.1
# via cloudfoundry-client
redis==5.0.0
redis==5.0.5
# via -r pip-tools/requirements.in
requests==2.31.0
requests==2.32.3
# via
# cloudfoundry-client
# oauth2-client
six==1.16.0
# via talisman
sqlalchemy==2.0.21
sqlalchemy==2.0.30
# via -r pip-tools/requirements.in
talisman==0.1.0
# via -r pip-tools/requirements.in
typing-extensions==4.8.0
typing-extensions==4.12.2
# via sqlalchemy
urllib3==2.0.5
urllib3==2.2.1
# via requests
websocket-client==1.6.3
websocket-client==1.8.0
# via cloudfoundry-client
werkzeug==2.3.7
werkzeug==3.0.3
# via flask
yarl==1.9.2
yarl==1.9.4
# via aiohttp
zxcvbn-python==4.4.24
# via -r pip-tools/requirements.in