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 #749

Merged
merged 1 commit into from
Aug 25, 2024
Merged
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
45 changes: 23 additions & 22 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,49 +2,50 @@ annotated-types==0.7.0
Authlib==1.3.1
bandit==1.7.9
certifi==2024.7.4
cffi==1.16.0
cffi==1.17.0
charset-normalizer==3.3.2
click==8.1.7
coverage==7.6.0
coverage==7.6.1
cryptography==43.0.0
docutils==0.20.1
dparse==0.6.4b0
filelock==3.12.4
flake8==7.1.0
flake8==7.1.1
hiredis==3.0.0
idna==3.7
importlib_metadata==8.2.0
idna==3.8
importlib_metadata==8.4.0
iniconfig==2.0.0
isort==5.13.2
jaraco.classes==3.4.0
jaraco.context==5.3.0
jaraco.context==6.0.1
jaraco.functools==4.0.2
Jinja2==3.1.4
keyring==25.3.0
markdown-it-py==3.0.0
MarkupSafe==2.1.5
marshmallow==3.21.3
marshmallow==3.22.0
mccabe==0.7.0
mdurl==0.1.2
mmh3==4.1.0
more-itertools==10.3.0
mypy==1.11.1
more-itertools==10.4.0
mypy==1.11.2
mypy-extensions==1.0.0
nh3==0.2.18
packaging==24.1
pbr==6.0.0
pkginfo==1.10.0
pluggy==1.5.0
pycodestyle==2.12.0
psutil==6.0.0
pycodestyle==2.12.1
pycparser==2.22
pydantic==2.8.2
pydantic_core==2.20.1
pyflakes==3.2.0
Pygments==2.18.0
pytest==8.3.2
pytest-asyncio==0.23.8
pytest-asyncio==0.24.0
pytest-cov==5.0.0
PyYAML==6.0.1
PyYAML==6.0.2
readme_renderer==43.0
redis==5.1.0b7
requests==2.32.3
Expand All @@ -53,19 +54,19 @@ rfc3986==2.0.0
rich==13.7.1
ruamel.yaml==0.18.6
ruamel.yaml.clib==0.2.8
safety==3.2.4
safety-schemas==0.0.2
setuptools==72.1.0
safety==3.2.6
safety-schemas==0.0.5
setuptools==73.0.1
shellingham==1.5.4
stevedore==5.2.0
stevedore==5.3.0
twine==5.1.1
typer==0.12.3
typer==0.12.5
types-cffi==1.16.0.20240331
types-pyOpenSSL==24.1.0.20240722
types-redis==4.6.0.20240726
types-setuptools==71.1.0.20240726
types-redis==4.6.0.20240819
types-setuptools==73.0.0.20240822
typing_extensions==4.12.2
urllib3==2.2.2
uvloop==0.19.0
wheel==0.43.0
zipp==3.19.2
uvloop==0.20.0
wheel==0.44.0
zipp==3.20.0
Loading