Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
[SECURITY PATCH] Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Bright committed Jul 6, 2024
1 parent 306c024 commit c0e4987
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 96 deletions.
187 changes: 99 additions & 88 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ arrow==1.3.0
asgiref==3.8.1
autopep8==2.3.1
blessed==1.20.0
certifi==2024.6.2
certifi==2024.7.4
charset-normalizer==3.3.2
coreapi==2.3.3
coreschema==0.0.4
difpy==4.1.0
django==5.0.6
django-axes==6.5.0
django-axes==6.5.1
django-cors-headers==4.4.0
django-ipware==7.0.1
django-picklefield==3.2
Expand All @@ -24,7 +24,7 @@ markupsafe==2.1.5
numpy==2.0.0
packaging==24.1
pandas==2.2.2
pillow==10.3.0
pillow==10.4.0
psutil==6.0.0
psycopg2-binary==2.9.9
pycodestyle==2.12.0
Expand All @@ -34,7 +34,7 @@ pytz==2024.1
pyyaml==6.0.1
redis==5.0.7
requests==2.32.3
setuptools==70.1.1
setuptools==70.2.0
six==1.16.0
sqlparse==0.5.0
toml==0.10.2
Expand All @@ -54,8 +54,8 @@ debugpy==1.8.2
decorator==5.1.1
dill==0.3.8
executing==2.0.1
ipykernel==6.29.4
ipython==8.25.0
ipykernel==6.29.5
ipython==8.26.0
isort==5.13.2
jedi==0.19.1
jupyter-client==8.6.2
Expand All @@ -73,7 +73,7 @@ ptyprocess==0.7.0
pure-eval==0.2.2
pycodestyle==2.12.0
pygments==2.18.0
pylint==3.2.4
pylint==3.2.5
python-dateutil==2.9.0.post0
pyzmq==26.0.3
six==1.16.0
Expand Down
2 changes: 1 addition & 1 deletion version.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# SERVER VERSION
1.4.5-beta
1.4.6-beta

0 comments on commit c0e4987

Please sign in to comment.