Skip to content

Commit 460ed05

Browse files
Merge pull request #5882 from uktrade/chore/dependencies-2025-01-02
Chore/dependencies 2025 01 02
2 parents 5404e47 + 6e92e5f commit 460ed05

4 files changed

+15
-15
lines changed

requirements-dev.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ requests-mock==1.12.1
1313
pip-tools==7.4.1
1414
piprot==0.9.11
1515
pre-commit==3.8.0
16-
moto==5.0.24
16+
moto==5.0.25
1717

1818
# Code static analysis
1919
flake8==7.1.1
@@ -27,6 +27,6 @@ flake8-quotes==3.4.0
2727
flake8-string-format==0.3.0
2828
pep8-naming==0.14.1
2929
pydocstyle==6.3.0
30-
pylint==3.3.2
30+
pylint==3.3.3
3131
pylint-django==2.6.1
3232
pylint-pytest==1.1.7

requirements-dev.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ asgiref==3.6.0
1616
# via
1717
# django
1818
# django-axes
19-
astroid==3.3.5
19+
astroid==3.3.8
2020
# via pylint
2121
asttokens==2.2.1
2222
# via stack-data
@@ -33,15 +33,15 @@ backoff==2.2.1
3333
# opentelemetry-exporter-otlp-proto-common
3434
# opentelemetry-exporter-otlp-proto-grpc
3535
# opentelemetry-exporter-otlp-proto-http
36-
bigtree==0.22.3
36+
bigtree==0.23.0
3737
# via -r requirements.in
3838
billiard==4.2.0
3939
# via celery
40-
boto3==1.35.86
40+
boto3==1.35.90
4141
# via
4242
# -r requirements.in
4343
# moto
44-
botocore==1.35.86
44+
botocore==1.35.90
4545
# via
4646
# boto3
4747
# moto
@@ -255,7 +255,7 @@ mccabe==0.7.0
255255
# pylint
256256
mohawk==1.1.0
257257
# via -r requirements.in
258-
moto==5.0.24
258+
moto==5.0.25
259259
# via -r requirements-dev.in
260260
multidict==6.0.4
261261
# via
@@ -383,7 +383,7 @@ pygments==2.15.0
383383
# via ipython
384384
pyjwt==2.6.0
385385
# via notifications-python-client
386-
pylint==3.3.2
386+
pylint==3.3.3
387387
# via
388388
# -r requirements-dev.in
389389
# pylint-django
@@ -463,7 +463,7 @@ requests-toolbelt==1.0.0
463463
# via -r requirements.in
464464
responses==0.25.3
465465
# via moto
466-
rq==2.0.0
466+
rq==2.1.0
467467
# via
468468
# -r requirements.in
469469
# rq-scheduler

requirements.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dj-database-url==2.3.0
2828
psycopg2-binary==2.9.10
2929
psycogreen==1.0.2
3030

31-
boto3==1.35.86
31+
boto3==1.35.90
3232

3333
notifications-python-client==10.0.1
3434

@@ -61,7 +61,7 @@ requests_toolbelt==1.0.0
6161
sentry_sdk==2.19.2
6262

6363
# RQ and associated helpers
64-
rq==2.0.0
64+
rq==2.1.0
6565
rq-scheduler==0.14.0
6666

6767
# For logging tables

requirements.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ backoff==2.2.1
2727
# opentelemetry-exporter-otlp-proto-common
2828
# opentelemetry-exporter-otlp-proto-grpc
2929
# opentelemetry-exporter-otlp-proto-http
30-
bigtree==0.22.3
30+
bigtree==0.23.0
3131
# via -r requirements.in
3232
billiard==4.2.0
3333
# via celery
34-
boto3==1.35.86
34+
boto3==1.35.90
3535
# via -r requirements.in
36-
botocore==1.35.86
36+
botocore==1.35.90
3737
# via
3838
# boto3
3939
# s3transfer
@@ -292,7 +292,7 @@ requests==2.32.3
292292
# requests-toolbelt
293293
requests-toolbelt==1.0.0
294294
# via -r requirements.in
295-
rq==2.0.0
295+
rq==2.1.0
296296
# via
297297
# -r requirements.in
298298
# rq-scheduler

0 commit comments

Comments
 (0)