diff options
Diffstat (limited to 'requirements-p9d4.txt')
-rwxr-xr-x | requirements-p9d4.txt | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/requirements-p9d4.txt b/requirements-p9d4.txt index 85f60c1..5e290b5 100755 --- a/requirements-p9d4.txt +++ b/requirements-p9d4.txt @@ -1,19 +1,21 @@ -asgiref==3.6.0 -black==23.1.0 +asgiref==3.7.0 +beautifulsoup4==4.12.0 +black==23.3.0 click==8.1.3 -coverage==7.1.0 +coverage==7.2.0 Django==4.2 -docutils==0.19 +docutils==0.20 isort==5.12.0 mypy-extensions==1.0.0 packaging==23.0 pathspec==0.11.0 -Pillow==9.4.0 +Pillow==10.0.0 pkg_resources==0.0.0 -platformdirs==3.0.0 -pytz==2022.7 +platformdirs==3.8.0 +pytz==2023.3 ruff==0.0.245 -sqlparse==0.4.3 +soupsieve==2.4.1 +sqlparse==0.4.0 tomli==2.0.1 typing_extensions==4.7.1 Unidecode==1.3.6 |