File tree 4 files changed +15
-15
lines changed
4 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ requests-mock==1.12.1
13
13
pip-tools==7.4.1
14
14
piprot==0.9.11
15
15
pre-commit==3.8.0
16
- moto==5.0.24
16
+ moto==5.0.25
17
17
18
18
# Code static analysis
19
19
flake8==7.1.1
@@ -27,6 +27,6 @@ flake8-quotes==3.4.0
27
27
flake8-string-format==0.3.0
28
28
pep8-naming==0.14.1
29
29
pydocstyle==6.3.0
30
- pylint==3.3.2
30
+ pylint==3.3.3
31
31
pylint-django==2.6.1
32
32
pylint-pytest==1.1.7
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ asgiref==3.6.0
16
16
# via
17
17
# django
18
18
# django-axes
19
- astroid == 3.3.5
19
+ astroid == 3.3.8
20
20
# via pylint
21
21
asttokens == 2.2.1
22
22
# via stack-data
@@ -33,15 +33,15 @@ backoff==2.2.1
33
33
# opentelemetry-exporter-otlp-proto-common
34
34
# opentelemetry-exporter-otlp-proto-grpc
35
35
# opentelemetry-exporter-otlp-proto-http
36
- bigtree == 0.22.3
36
+ bigtree == 0.23.0
37
37
# via -r requirements.in
38
38
billiard == 4.2.0
39
39
# via celery
40
- boto3 == 1.35.86
40
+ boto3 == 1.35.90
41
41
# via
42
42
# -r requirements.in
43
43
# moto
44
- botocore == 1.35.86
44
+ botocore == 1.35.90
45
45
# via
46
46
# boto3
47
47
# moto
@@ -255,7 +255,7 @@ mccabe==0.7.0
255
255
# pylint
256
256
mohawk == 1.1.0
257
257
# via -r requirements.in
258
- moto == 5.0.24
258
+ moto == 5.0.25
259
259
# via -r requirements-dev.in
260
260
multidict == 6.0.4
261
261
# via
@@ -383,7 +383,7 @@ pygments==2.15.0
383
383
# via ipython
384
384
pyjwt == 2.6.0
385
385
# via notifications-python-client
386
- pylint == 3.3.2
386
+ pylint == 3.3.3
387
387
# via
388
388
# -r requirements-dev.in
389
389
# pylint-django
@@ -463,7 +463,7 @@ requests-toolbelt==1.0.0
463
463
# via -r requirements.in
464
464
responses == 0.25.3
465
465
# via moto
466
- rq == 2.0 .0
466
+ rq == 2.1 .0
467
467
# via
468
468
# -r requirements.in
469
469
# rq-scheduler
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dj-database-url==2.3.0
28
28
psycopg2-binary==2.9.10
29
29
psycogreen==1.0.2
30
30
31
- boto3==1.35.86
31
+ boto3==1.35.90
32
32
33
33
notifications-python-client==10.0.1
34
34
@@ -61,7 +61,7 @@ requests_toolbelt==1.0.0
61
61
sentry_sdk==2.19.2
62
62
63
63
# RQ and associated helpers
64
- rq==2.0 .0
64
+ rq==2.1 .0
65
65
rq-scheduler==0.14.0
66
66
67
67
# For logging tables
Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ backoff==2.2.1
27
27
# opentelemetry-exporter-otlp-proto-common
28
28
# opentelemetry-exporter-otlp-proto-grpc
29
29
# opentelemetry-exporter-otlp-proto-http
30
- bigtree == 0.22.3
30
+ bigtree == 0.23.0
31
31
# via -r requirements.in
32
32
billiard == 4.2.0
33
33
# via celery
34
- boto3 == 1.35.86
34
+ boto3 == 1.35.90
35
35
# via -r requirements.in
36
- botocore == 1.35.86
36
+ botocore == 1.35.90
37
37
# via
38
38
# boto3
39
39
# s3transfer
@@ -292,7 +292,7 @@ requests==2.32.3
292
292
# requests-toolbelt
293
293
requests-toolbelt == 1.0.0
294
294
# via -r requirements.in
295
- rq == 2.0 .0
295
+ rq == 2.1 .0
296
296
# via
297
297
# -r requirements.in
298
298
# rq-scheduler
You can’t perform that action at this time.
0 commit comments