Skip to content

Commit

Permalink
package updates 2024-12-09
Browse files Browse the repository at this point in the history
  • Loading branch information
gsvr committed Dec 9, 2024
1 parent dadb31b commit bb2cb63
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions backend/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ asttokens==3.0.0
# via stack-data
billiard==4.2.1
# via celery
boto3==1.35.74
boto3==1.35.76
# via
# -r requirements.in
# moto
botocore==1.35.74
botocore==1.35.76
# via
# boto3
# moto
Expand All @@ -41,7 +41,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
coverage==7.6.8
coverage==7.6.9
# via pytest-cov
cron-descriptor==1.4.5
# via django-celery-beat
Expand All @@ -53,7 +53,7 @@ dj-database-url==2.3.0
# via -r requirements.in
dj-rest-auth==7.0.0
# via -r requirements.in
django==4.2.16
django==4.2.17
# via
# -r requirements.in
# dj-database-url
Expand Down Expand Up @@ -218,7 +218,7 @@ responses==0.25.3
# moto
s3transfer==0.10.4
# via boto3
six==1.16.0
six==1.17.0
# via
# promise
# python-dateutil
Expand Down
8 changes: 4 additions & 4 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ asttokens==3.0.0
# via stack-data
billiard==4.2.1
# via celery
boto3==1.35.74
boto3==1.35.76
# via -r requirements.in
botocore==1.35.74
botocore==1.35.76
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -40,7 +40,7 @@ dj-database-url==2.3.0
# via -r requirements.in
dj-rest-auth==7.0.0
# via -r requirements.in
django==4.2.16
django==4.2.17
# via
# -r requirements.in
# dj-database-url
Expand Down Expand Up @@ -143,7 +143,7 @@ raven==6.10.0
# via -r requirements.in
s3transfer==0.10.4
# via boto3
six==1.16.0
six==1.17.0
# via
# promise
# python-dateutil
Expand Down

0 comments on commit bb2cb63

Please sign in to comment.