Skip to content

Commit

Permalink
Dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
XanderVertegaal committed Dec 19, 2024
1 parent 443f418 commit e30afc4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion backend/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Django>=4.0.1,<5
djangorestframework
django-livereload-server
django-revproxy>=0.10.0
psycopg2 --no-binary psycopg2
psycopg2>=2.9.10
pytest
pytest-django
pytest-xdist
Expand Down
16 changes: 6 additions & 10 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile
#
--no-binary psycopg2

aethel @ git+https://github.com/konstantinosKokos/aethel@stable
# via -r requirements.in
asgiref==3.7.2
Expand All @@ -14,6 +12,8 @@ asgiref==3.7.2
# django-cors-headers
beautifulsoup4==4.12.2
# via django-livereload-server
colorama==0.4.6
# via pytest
django==4.2.17
# via
# -r requirements.in
Expand All @@ -29,8 +29,6 @@ django-revproxy==0.10.0
# via -r requirements.in
djangorestframework==3.14.0
# via -r requirements.in
exceptiongroup==1.1.2
# via pytest
execnet==2.0.2
# via pytest-xdist
iniconfig==2.0.0
Expand All @@ -39,7 +37,7 @@ packaging==23.1
# via pytest
pluggy==1.2.0
# via pytest
psycopg2==2.9.6
psycopg2==2.9.10
# via -r requirements.in
pytest==7.4.0
# via
Expand All @@ -58,11 +56,9 @@ soupsieve==2.4.1
# via beautifulsoup4
sqlparse==0.4.4
# via django
tomli==2.0.1
# via pytest
tornado==6.3.2
# via django-livereload-server
typing-extensions==4.7.1
# via asgiref
tzdata==2024.2
# via django
urllib3==2.0.4
# via django-revproxy

0 comments on commit e30afc4

Please sign in to comment.