Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tkw1536 committed Oct 3, 2023
1 parent d46b77d commit ba356c7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
18 changes: 9 additions & 9 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
pycodestyle==2.8.0
pytest==7.1.1
zipp==3.7.0
pycodestyle==2.11.0
pytest==7.4.2
zipp==3.17.0
pytest-django==4.5.2
autopep8==1.6.0
pylint==2.12.1
mypy==0.942
black==22.3.0
django-stubs==1.10.1
types-ujson==4.2.1
autopep8==2.0.4
pylint==3.0.0
mypy==1.5.1
black==23.9.1
django-stubs==4.2.4
types-ujson==5.8.0.1
2 changes: 1 addition & 1 deletion requirements-prod.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
uwsgi==2.0.20
uwsgi==2.0.22
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Django==3.2.18
djangorestframework==3.13.1
Django==3.2.20
djangorestframework==3.14.0
pre-js-py==1.2.0
django-cors-headers==3.11.0
tqdm==4.63.1
django-cors-headers==4.2.0
tqdm==4.66.1
psycopg2cffi==2.9.0
ujson==5.4.0
ujson==5.8.0

0 comments on commit ba356c7

Please sign in to comment.