Skip to content

Commit

Permalink
test upgrade everything
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-c committed Nov 1, 2024
1 parent 3748449 commit 4f07af2
Showing 1 changed file with 71 additions and 57 deletions.
128 changes: 71 additions & 57 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,114 +4,128 @@
#
# pip-compile --extra=dev --output-file=requirements.dev.txt setup.cfg
#
attrs==21.2.0
# via pytest
authlib==0.14.3
async-timeout==5.0.0
# via redis
attrs==24.2.0
# via
# cattrs
# requests-cache
authlib==1.3.2
# via sof_wrapper (setup.cfg)
cachelib==0.1.1
blinker==1.8.2
# via flask
cachelib==0.13.0
# via flask-session
certifi==2021.5.30
cattrs==24.1.2
# via requests-cache
certifi==2024.8.30
# via requests
cffi==1.14.1
cffi==1.17.1
# via cryptography
charset-normalizer==2.0.6
charset-normalizer==3.4.0
# via requests
click==8.0.1
click==8.1.7
# via flask
cryptography==3.3.2
cryptography==43.0.3
# via
# authlib
# python-jose
ecdsa==0.14.1
ecdsa==0.19.0
# via python-jose
flask==1.1.2
exceptiongroup==1.2.2
# via
# cattrs
# pytest
flask==3.0.3
# via
# flask-cors
# flask-session
# sof_wrapper (setup.cfg)
flask-cors==3.0.10
flask-cors==5.0.0
# via sof_wrapper (setup.cfg)
flask-session==0.3.2
flask-session==0.8.0
# via sof_wrapper (setup.cfg)
gunicorn==20.1.0
gunicorn==23.0.0
# via sof_wrapper (setup.cfg)
idna==3.2
idna==3.10
# via requests
iniconfig==1.1.1
importlib-metadata==8.5.0
# via flask
iniconfig==2.0.0
# via pytest
itsdangerous==2.0.1
# via
# flask
# requests-cache
jinja2==3.0.1
itsdangerous==2.2.0
# via flask
markupsafe==2.0.1
# via jinja2
mirakuru==2.4.1
jinja2==3.1.4
# via flask
markupsafe==3.0.2
# via
# jinja2
# werkzeug
mirakuru==2.5.3
# via pytest-redis
packaging==21.0
# via pytest
pluggy==1.0.0
msgspec==0.18.6
# via flask-session
packaging==24.1
# via
# gunicorn
# pytest
platformdirs==4.3.6
# via requests-cache
pluggy==1.5.0
# via pytest
port-for==0.6.1
port-for==0.7.4
# via pytest-redis
psutil==5.8.0
psutil==6.1.0
# via mirakuru
py==1.11.0
# via pytest
pyasn1==0.4.8
pyasn1==0.6.1
# via
# python-jose
# rsa
pycparser==2.20
pycparser==2.22
# via cffi
pyparsing==2.4.7
# via packaging
pytest==6.2.5
pytest==8.3.3
# via
# pytest-mock
# pytest-redis
# sof_wrapper (setup.cfg)
pytest-mock==3.6.1
pytest-mock==3.14.0
# via sof_wrapper (setup.cfg)
pytest-redis==2.1.1
pytest-redis==3.1.2
# via sof_wrapper (setup.cfg)
python-jose[cryptography]==3.2.0
python-jose[cryptography]==3.3.0
# via sof_wrapper (setup.cfg)
python-json-logger==0.1.11
python-json-logger==2.0.7
# via sof_wrapper (setup.cfg)
redis==3.5.3
redis==5.2.0
# via
# pytest-redis
# sof_wrapper (setup.cfg)
requests==2.26.0
requests==2.32.3
# via
# requests-cache
# requests-mock
# sof_wrapper (setup.cfg)
requests-cache==0.6.4
requests-cache==1.2.1
# via sof_wrapper (setup.cfg)
requests-mock==1.9.3
requests-mock==1.12.1
# via sof_wrapper (setup.cfg)
rsa==4.7
rsa==4.9
# via python-jose
six==1.16.0
# via
# cryptography
# ecdsa
# flask-cors
# python-jose
# requests-mock
# url-normalize
toml==0.10.2
tomli==2.0.2
# via pytest
typing-extensions==4.12.2
# via cattrs
url-normalize==1.4.3
# via requests-cache
urllib3==1.26.7
# via requests
werkzeug==2.0.1
urllib3==2.2.3
# via
# requests
# requests-cache
werkzeug==3.1.1
# via flask

# The following packages are considered to be unsafe in a requirements file:
# setuptools
setuptools[core] > 70.0
zipp==3.20.2
# via importlib-metadata

0 comments on commit 4f07af2

Please sign in to comment.