Skip to content

Commit 1f3abcc

Browse files
committed
update maguire packages
1 parent 65e4913 commit 1f3abcc

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

backend/requirements-dev.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ asttokens==3.0.0
1010
# via stack-data
1111
billiard==4.2.1
1212
# via celery
13-
boto3==1.35.77
13+
boto3==1.35.95
1414
# via
1515
# -r requirements.in
1616
# moto
17-
botocore==1.35.77
17+
botocore==1.35.95
1818
# via
1919
# boto3
2020
# moto
@@ -24,15 +24,15 @@ celery==5.4.0
2424
# -r requirements.in
2525
# django-celery-beat
2626
# sentry-sdk
27-
certifi==2024.8.30
27+
certifi==2024.12.14
2828
# via
2929
# requests
3030
# sentry-sdk
3131
cffi==1.17.1
3232
# via cryptography
33-
charset-normalizer==3.4.0
33+
charset-normalizer==3.4.1
3434
# via requests
35-
click==8.1.7
35+
click==8.1.8
3636
# via
3737
# celery
3838
# click-didyoumean
@@ -44,7 +44,7 @@ click-plugins==1.1.1
4444
# via celery
4545
click-repl==0.3.0
4646
# via celery
47-
coverage==7.6.9
47+
coverage==7.6.10
4848
# via pytest-cov
4949
cron-descriptor==1.4.5
5050
# via django-celery-beat
@@ -54,7 +54,7 @@ decorator==5.1.1
5454
# via ipython
5555
dj-database-url==2.3.0
5656
# via -r requirements.in
57-
dj-rest-auth==7.0.0
57+
dj-rest-auth==7.0.1
5858
# via -r requirements.in
5959
django==4.2.17
6060
# via
@@ -121,11 +121,11 @@ idna==3.10
121121
# via requests
122122
iniconfig==2.0.0
123123
# via pytest
124-
ipython==8.30.0
124+
ipython==8.31.0
125125
# via -r requirements.in
126126
jedi==0.19.2
127127
# via ipython
128-
jinja2==3.1.4
128+
jinja2==3.1.5
129129
# via moto
130130
jmespath==1.0.1
131131
# via
@@ -141,7 +141,7 @@ matplotlib-inline==0.1.7
141141
# via ipython
142142
mccabe==0.7.0
143143
# via flake8
144-
moto==5.0.22
144+
moto==5.0.26
145145
# via -r requirements-dev.in
146146
packaging==24.2
147147
# via pytest
@@ -175,7 +175,7 @@ pycparser==2.22
175175
# via cffi
176176
pyflakes==3.2.0
177177
# via flake8
178-
pygments==2.18.0
178+
pygments==2.19.1
179179
# via ipython
180180
pytest==8.3.4
181181
# via
@@ -257,7 +257,7 @@ tzdata==2024.2
257257
# django-celery-beat
258258
# kombu
259259
# pendulum
260-
urllib3==2.2.3
260+
urllib3==2.3.0
261261
# via
262262
# -r requirements-dev.in
263263
# botocore

backend/requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ asttokens==3.0.0
1010
# via stack-data
1111
billiard==4.2.1
1212
# via celery
13-
boto3==1.35.77
13+
boto3==1.35.95
1414
# via -r requirements.in
15-
botocore==1.35.77
15+
botocore==1.35.95
1616
# via
1717
# boto3
1818
# s3transfer
@@ -21,13 +21,13 @@ celery==5.4.0
2121
# -r requirements.in
2222
# django-celery-beat
2323
# sentry-sdk
24-
certifi==2024.8.30
24+
certifi==2024.12.14
2525
# via
2626
# requests
2727
# sentry-sdk
28-
charset-normalizer==3.4.0
28+
charset-normalizer==3.4.1
2929
# via requests
30-
click==8.1.7
30+
click==8.1.8
3131
# via
3232
# celery
3333
# click-didyoumean
@@ -45,7 +45,7 @@ decorator==5.1.1
4545
# via ipython
4646
dj-database-url==2.3.0
4747
# via -r requirements.in
48-
dj-rest-auth==7.0.0
48+
dj-rest-auth==7.0.1
4949
# via -r requirements.in
5050
django==4.2.17
5151
# via
@@ -102,7 +102,7 @@ graphql-relay==3.2.0
102102
# graphene-django
103103
idna==3.10
104104
# via requests
105-
ipython==8.30.0
105+
ipython==8.31.0
106106
# via -r requirements.in
107107
jedi==0.19.2
108108
# via ipython
@@ -136,7 +136,7 @@ ptyprocess==0.7.0
136136
# via pexpect
137137
pure-eval==0.2.3
138138
# via stack-data
139-
pygments==2.18.0
139+
pygments==2.19.1
140140
# via ipython
141141
python-crontab==3.2.0
142142
# via django-celery-beat
@@ -184,7 +184,7 @@ tzdata==2024.2
184184
# django-celery-beat
185185
# kombu
186186
# pendulum
187-
urllib3==2.2.3
187+
urllib3==2.3.0
188188
# via
189189
# botocore
190190
# requests

0 commit comments

Comments
 (0)