Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tudoramariei committed Oct 21, 2024
1 parent 5032b34 commit c5ff2c7
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions backend/requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ django-extensions~=3.2.3
werkzeug~=3.0.4

# tests
faker~=30.3.0
faker~=30.6.0

## make sure to sync these with the ../.pre-commit-config.yaml file
ruff~=0.6.9
ruff~=0.7.0
black~=24.10.0

# utils
Expand Down
24 changes: 12 additions & 12 deletions backend/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ black==24.10.0
# via -r requirements-dev.in
blessed==1.20.0
# via -r requirements.txt
boto3==1.35.39
boto3==1.35.44
# via
# -r requirements.txt
# django-ses
# pycognito
botocore==1.35.39
botocore==1.35.44
# via
# -r requirements.txt
# boto3
Expand All @@ -48,11 +48,11 @@ click==8.1.7
# via
# black
# pip-tools
coverage==7.6.3
coverage==7.6.4
# via pytest-cov
croniter==3.0.3
# via -r requirements.txt
cryptography==43.0.1
cryptography==43.0.3
# via
# -r requirements.txt
# pyjwt
Expand Down Expand Up @@ -116,7 +116,7 @@ django-picklefield==3.2
# via
# -r requirements.txt
# django-q2
django-q2==1.7.2
django-q2==1.7.3
# via -r requirements.txt
django-recaptcha==4.0.0
# via -r requirements.txt
Expand All @@ -140,11 +140,11 @@ execnet==2.1.1
# via pytest-xdist
executing==2.1.0
# via stack-data
faker==30.3.0
faker==30.6.0
# via -r requirements-dev.in
fancycompleter==0.9.1
# via pdbpp
gevent==24.10.2
gevent==24.10.3
# via -r requirements.txt
greenlet==3.1.1
# via
Expand All @@ -167,7 +167,7 @@ jmespath==1.0.1
# -r requirements.txt
# boto3
# botocore
markupsafe==3.0.1
markupsafe==3.0.2
# via werkzeug
matplotlib-inline==0.1.7
# via ipython
Expand Down Expand Up @@ -204,9 +204,9 @@ pluggy==1.5.0
# via pytest
prompt-toolkit==3.0.48
# via ipython
psutil==6.0.0
psutil==6.1.0
# via -r requirements.txt
psycopg2-binary==2.9.9
psycopg2-binary==2.9.10
# via -r requirements.txt
ptyprocess==0.7.0
# via pexpect
Expand Down Expand Up @@ -261,13 +261,13 @@ requests==2.32.3
# requests-oauthlib
requests-oauthlib==2.0.0
# via -r requirements.txt
ruff==0.6.9
ruff==0.7.0
# via -r requirements-dev.in
s3transfer==0.10.3
# via
# -r requirements.txt
# boto3
sentry-sdk==2.16.0
sentry-sdk==2.17.0
# via -r requirements.txt
six==1.16.0
# via
Expand Down
12 changes: 6 additions & 6 deletions backend/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ django-crispy-forms~=2.3
django-allauth[socialaccount]~=65.0.2

# job scheduler
django-q2~=1.7.2
django-q2~=1.7.3
blessed~=1.20.0 # optional requirement for django-q2
psutil~=6.0.0 # optional requirement for django-q2
psutil~=6.1.0 # optional requirement for django-q2
croniter~=3.0.3 # optional requirement for django-q2

# django-crispy-bulma~=0.2.0 # TODO: scrap this as it's abandonware
Expand All @@ -25,7 +25,7 @@ django-tinymce~=4.1.0
django-import-export~=4.1.1

# file handling
boto3~=1.35.39
boto3~=1.35.44
pillow~=10.4.0
whitenoise~=6.7.0
brotlipy~=0.7.0
Expand All @@ -37,9 +37,9 @@ django-ses~=4.2.0
pycognito~=2024.5.1

# database
psycopg2-binary~=2.9.9
psycopg2-binary~=2.9.10

# prod packages
gunicorn~=23.0.0
gevent~=24.10.2
sentry-sdk[django]~=2.16.0
gevent~=24.10.3
sentry-sdk[django]~=2.17.0
16 changes: 8 additions & 8 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ asgiref==3.8.1
# via django
blessed==1.20.0
# via -r requirements.in
boto3==1.35.39
boto3==1.35.44
# via
# -r requirements.in
# django-ses
# pycognito
botocore==1.35.39
botocore==1.35.44
# via
# boto3
# s3transfer
Expand All @@ -31,7 +31,7 @@ charset-normalizer==3.4.0
# via requests
croniter==3.0.3
# via -r requirements.in
cryptography==43.0.1
cryptography==43.0.3
# via pyjwt
diff-match-patch==20230430
# via django-import-export
Expand Down Expand Up @@ -78,7 +78,7 @@ django-model-utils==5.0.0
# via -r requirements.in
django-picklefield==3.2
# via django-q2
django-q2==1.7.2
django-q2==1.7.3
# via -r requirements.in
django-recaptcha==4.0.0
# via -r requirements.in
Expand All @@ -94,7 +94,7 @@ dnspython==2.7.0
# via django-avatar
envs==1.4
# via pycognito
gevent==24.10.2
gevent==24.10.3
# via -r requirements.in
greenlet==3.1.1
# via gevent
Expand All @@ -114,9 +114,9 @@ pillow==10.4.0
# via
# -r requirements.in
# django-avatar
psutil==6.0.0
psutil==6.1.0
# via -r requirements.in
psycopg2-binary==2.9.9
psycopg2-binary==2.9.10
# via -r requirements.in
pycognito==2024.5.1
# via -r requirements.in
Expand All @@ -142,7 +142,7 @@ requests-oauthlib==2.0.0
# via django-allauth
s3transfer==0.10.3
# via boto3
sentry-sdk==2.16.0
sentry-sdk==2.17.0
# via -r requirements.in
six==1.16.0
# via
Expand Down

0 comments on commit c5ff2c7

Please sign in to comment.