-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade to django 4 and bump dependencies/containers
- Loading branch information
Mónica Pastor
committed
Mar 9, 2024
1 parent
26bf5df
commit 73962e1
Showing
11 changed files
with
89 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,74 @@ | ||
django==3.2.23 | ||
psycopg2==2.9.3 | ||
amqp==5.2.0 | ||
androguard==3.4.0a1 | ||
asgiref==3.7.2 | ||
asn1crypto==1.5.1 | ||
asttokens==2.4.1 | ||
beautifulsoup4==4.12.3 | ||
billiard==3.6.4.0 | ||
celery==5.2.2 | ||
certifi==2024.2.2 | ||
charset-normalizer==3.3.2 | ||
click==8.1.7 | ||
click-didyoumean==0.3.0 | ||
click-plugins==1.1.1 | ||
click-repl==0.3.0 | ||
colorama==0.4.6 | ||
contourpy==1.2.0 | ||
coreapi==2.3.3 | ||
coreschema==0.0.4 | ||
cycler==0.12.1 | ||
decorator==5.1.1 | ||
Django==4.1.0 | ||
django-bootstrap4==3.0.1 | ||
django-widget-tweaks==1.4.8 | ||
django-extensions==3.1.3 | ||
django-filter==2.4.0 | ||
django-fontawesome-5==1.0.18 | ||
django-getenv==1.3.2 | ||
androguard==3.4.0a1 | ||
requests==2.31.0 | ||
pdfkit==0.6.1 | ||
uwsgi==2.0.22 | ||
Pygments==2.15.0 | ||
django-widget-tweaks==1.4.8 | ||
djangorestframework==3.12.4 | ||
drf-yasg==1.20.0 | ||
Celery==5.2.2 | ||
django-filter==2.4.0 | ||
sqlalchemy==1.4.23 | ||
django-extensions==3.1.3 | ||
setuptools==65.5.1 | ||
ipython>=8.10.0 | ||
numpy>=1.22.2 | ||
pillow>=10.0.1 | ||
executing==2.0.1 | ||
fonttools==4.49.0 | ||
idna==3.6 | ||
inflection==0.5.1 | ||
ipython==8.22.2 | ||
itypes==1.2.0 | ||
jedi==0.19.1 | ||
Jinja2==3.1.3 | ||
kiwisolver==1.4.5 | ||
kombu==5.3.5 | ||
lxml==5.1.0 | ||
MarkupSafe==2.1.5 | ||
matplotlib==3.8.3 | ||
matplotlib-inline==0.1.6 | ||
networkx==3.2.1 | ||
numpy==1.26.4 | ||
packaging==23.2 | ||
parso==0.8.3 | ||
pdfkit==0.6.1 | ||
pexpect==4.9.0 | ||
pillow==10.2.0 | ||
prompt-toolkit==3.0.43 | ||
psycopg2-binary==2.9.9 | ||
psycopg2==2.9.9 | ||
ptyprocess==0.7.0 | ||
pure-eval==0.2.2 | ||
pydot==2.0.0 | ||
Pygments==2.15.0 | ||
pyparsing==3.1.2 | ||
python-dateutil==2.9.0.post0 | ||
pytz==2024.1 | ||
requests==2.31.0 | ||
ruamel.yaml==0.18.6 | ||
ruamel.yaml.clib==0.2.8 | ||
six==1.16.0 | ||
soupsieve==2.5 | ||
SQLAlchemy==1.4.23 | ||
sqlparse==0.4.4 | ||
stack-data==0.6.3 | ||
traitlets==5.14.1 | ||
uritemplate==4.1.1 | ||
urllib3==2.2.1 | ||
uWSGI==2.0.22 | ||
vine==5.1.0 | ||
wcwidth==0.2.13 |