diff --git a/dev-requirements.txt b/dev-requirements.txt index 12a983cf..a2499ffa 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,50 +1,50 @@ -i https://pypi.org/simple -asgiref==3.6.0 -asttokens==2.2.1 +asgiref==3.8.1 +asttokens==2.4.1 backcall==0.2.0 -black==22.12.0 -cli-helpers[styles]==2.3.0 -click==8.1.3 -configobj==5.0.6 -coverage==7.0.1 +black==24.10.0 +cli-helpers[styles]==2.3.1 +click==8.1.7 +configobj==5.0.9 +coverage==7.6.4 decorator==5.1.1 -django==4.1.4 -django-debug-toolbar==3.8.1 -django-stubs==1.13.1 -django-stubs-ext==0.7.0 -executing==1.2.0 -flake8==6.0.0 -ipdb==0.13.11 -ipython==8.7.0 -isort==5.11.4 -jedi==0.18.2 -litecli==1.9.0 -matplotlib-inline==0.1.6 +django==5.1.2 +django-debug-toolbar==4.4.6 +django-stubs==5.1.1 +django-stubs-ext==5.1.1 +executing==2.1.0 +flake8==7.1.1 +ipdb==0.13.13 +ipython==8.29.0 +isort==5.13.2 +jedi==0.19.1 +litecli==1.12.3 +matplotlib-inline==0.1.7 mccabe==0.7.0 -mypy==0.991 -mypy-extensions==0.4.3 -parso==0.8.3 -pathspec==0.10.3 -pexpect==4.8.0 +mypy==1.13.0 +mypy-extensions==1.0.0 +parso==0.8.4 +pathspec==0.12.1 +pexpect==4.9.0 pickleshare==0.7.5 -platformdirs==2.6.0 -prompt-toolkit==3.0.36 +platformdirs==4.3.6 +prompt-toolkit==3.0.48 ptyprocess==0.7.0 -pure-eval==0.2.2 -pycodestyle==2.10.0 -pyflakes==3.0.1 -pygments==2.13.0 -pywatchman==1.4.1 -setuptools==65.6.3 +pure-eval==0.2.3 +pycodestyle==2.12.1 +pyflakes==3.2.0 +pygments==2.18.0 +pywatchman==2.0.0 +setuptools==75.2.0 six==1.16.0 -sqlparse==0.4.3 -stack-data==0.6.2 +sqlparse==0.5.1 +stack-data==0.6.3 tabulate[widechars]==0.9.0 toml==0.10.2 -tomli==2.0.1 -traitlets==5.8.0 -types-markdown==3.4.2.1 -types-pytz==2022.7.0.0 -types-pyyaml==6.0.12.2 -typing-extensions==4.4.0 -wcwidth==0.2.5 +tomli==2.0.2 +traitlets==5.14.3 +types-markdown==3.7.0.20240822 +types-pytz==2024.2.0.20241003 +types-pyyaml==6.0.12.20240917 +typing-extensions==4.12.2 +wcwidth==0.2.13 diff --git a/requirements.txt b/requirements.txt index 13120a2b..571ab960 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,16 +1,16 @@ -i https://pypi.org/simple -argon2-cffi==21.3.0 +argon2-cffi==23.1.0 argon2-cffi-bindings==21.2.0 -asgiref==3.6.0 -certifi==2022.12.7 -cffi==1.15.1 -django==4.1.4 -gunicorn==20.1.0 -markdown==3.4.1 -pycparser==2.21 -pygments==2.13.0 -sentry-sdk==1.12.1 -setuptools==65.6.3 -sqlparse==0.4.3 -urllib3==1.26.13 -whitenoise==6.2.0 +asgiref==3.8.1 +certifi==2024.8.30 +cffi==1.17.1 +django==5.1.2 +gunicorn==23.0.0 +markdown==3.7 +pycparser==2.22 +pygments==2.18.0 +sentry-sdk==2.17.0 +setuptools==75.2.0 +sqlparse==0.5.1 +urllib3==2.2.3 +whitenoise==6.8.1