diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2024-02-21 01:26:55 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2024-02-21 01:26:55 +0000 |
commit | abfa5b2757056fb27514ae6b0c52b0c0d2efb23c (patch) | |
tree | 2b1cdada50229cca8fe14cccf1ac35f4fa7e4e7e | |
parent | 5948db2555a5d4a80b94ad046cdc028315ce2219 (diff) | |
download | troggle-abfa5b2757056fb27514ae6b0c52b0c0d2efb23c.tar.gz troggle-abfa5b2757056fb27514ae6b0c52b0c0d2efb23c.tar.bz2 troggle-abfa5b2757056fb27514ae6b0c52b0c0d2efb23c.zip |
p12d5 working
-rwxr-xr-x | requirements-p12d5.txt | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/requirements-p12d5.txt b/requirements-p12d5.txt index 00a085a..4b76edb 100755 --- a/requirements-p12d5.txt +++ b/requirements-p12d5.txt @@ -1,20 +1,20 @@ -Pillow==10.1.0 -Unidecode==1.3.7 -asgiref==3.7.2 +Pillow==10.2 +Unidecode==1.3.8 +asgiref==3.6 beautifulsoup4==4.12 -black==23.11 +black==24.2 chardet==5.2 click==8.1 -coverage==7.1.0 +coverage==7 deptry==0.12.0 docutils==0.20 -isort==5.12.0 -mypy-extensions==1.0.0 +isort==5 +mypy-extensions==1.0 packaging==23 -pathspec==0.11 -platformdirs==4.0 -pytz==2023.3 -ruff==0.1 +pathspec==0.12 +platformdirs==4 +pytz==2024.1 +ruff==0.2 soupsieve==2.5 sqlparse piexif |