Skip to content

Commit

Permalink
Upgrade requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tudoramariei committed Oct 8, 2024
1 parent 26c28bc commit be66a63
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions backend/requirements-dev.in
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
pip-tools~= 7.4.0

# formatting & linting
black~=24.8.0
black~=24.10.0
ruff~=0.6.4

faker~=30.1.0
faker~=30.3.0

# testing
pytest~=8.3.3
Expand Down
20 changes: 10 additions & 10 deletions backend/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements-dev.txt --strip-extras requirements-dev.in
Expand All @@ -8,21 +8,21 @@ asgiref==3.8.1
# via
# -r requirements.txt
# django
black==24.8.0
black==24.10.0
# via -r requirements-dev.in
blessed==1.20.0
# via -r requirements.txt
boto3==1.35.32
boto3==1.35.35
# via
# -r requirements.txt
# django-ses
# pycognito
botocore==1.35.32
botocore==1.35.35
# via
# -r requirements.txt
# boto3
# s3transfer
build==1.2.2
build==1.2.2.post1
# via pip-tools
certifi==2024.8.30
# via
Expand Down Expand Up @@ -86,19 +86,19 @@ django-q2==1.7.2
# via -r requirements.txt
django-recaptcha==4.0.0
# via -r requirements.txt
django-ses==4.1.1
django-ses==4.2.0
# via -r requirements.txt
django-storages==1.14.4
# via -r requirements.txt
django-unfold==0.39.0
django-unfold==0.40.0
# via -r requirements.txt
envs==1.4
# via
# -r requirements.txt
# pycognito
execnet==2.1.1
# via pytest-xdist
faker==30.1.0
faker==30.3.0
# via -r requirements-dev.in
gevent==24.2.1
# via -r requirements.txt
Expand All @@ -125,7 +125,7 @@ lxml==5.3.0
# via
# -r requirements.txt
# svglib
markupsafe==2.1.5
markupsafe==3.0.0
# via
# -r requirements.txt
# jinja2
Expand Down Expand Up @@ -212,7 +212,7 @@ requests==2.32.3
# via
# -r requirements.txt
# pycognito
ruff==0.6.8
ruff==0.6.9
# via -r requirements-dev.in
s3transfer==0.10.2
# via
Expand Down
4 changes: 2 additions & 2 deletions backend/requirements.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
django~=5.1.1
django-environ~=0.11.2
django-ipware~=7.0.1
django-unfold~=0.39.0
django-unfold~=0.40.0
django-allauth~=65.0.2

pycognito~=2024.5.1
Expand All @@ -22,7 +22,7 @@ psutil~=6.0.0 # optional requirement for django-q2
croniter~=3.0.3 # optional requirement for django-q2

# emails
django-ses~=4.1.1
django-ses~=4.2.0

# database
pymysql~=1.1
Expand Down
12 changes: 6 additions & 6 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements.txt --strip-extras requirements.in
Expand All @@ -8,12 +8,12 @@ asgiref==3.8.1
# via django
blessed==1.20.0
# via -r requirements.in
boto3==1.35.32
boto3==1.35.35
# via
# django-ses
# django-storages
# pycognito
botocore==1.35.32
botocore==1.35.35
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -61,11 +61,11 @@ django-q2==1.7.2
# via -r requirements.in
django-recaptcha==4.0.0
# via -r requirements.in
django-ses==4.1.1
django-ses==4.2.0
# via -r requirements.in
django-storages==1.14.4
# via -r requirements.in
django-unfold==0.39.0
django-unfold==0.40.0
# via -r requirements.in
envs==1.4
# via pycognito
Expand All @@ -85,7 +85,7 @@ jmespath==1.0.1
# botocore
lxml==5.3.0
# via svglib
markupsafe==2.1.5
markupsafe==3.0.0
# via jinja2
ngohub==0.0.9
# via -r requirements.in
Expand Down

0 comments on commit be66a63

Please sign in to comment.