Skip to content

Commit

Permalink
Merge pull request #5838 from uktrade/chore/dependenices-03-12-2024
Browse files Browse the repository at this point in the history
Dependenices 3rd Dec 2024
  • Loading branch information
oliverjwroberts authored Dec 3, 2024
2 parents 981623f + a25ec85 commit 2e7f888
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
10 changes: 5 additions & 5 deletions requirements-dev.in
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
-r requirements.in

# Testing and dev
pytest==8.3.3
pytest==8.3.4
pytest-django==4.9.0
pytest-cov==6.0.0
pytest-mock==3.14.0
pytest-xdist==3.6.1
ipython==8.29.0
ipython==8.30.0
factory-boy==3.3.1
freezegun==1.5.1
requests-mock==1.12.1
pip-tools==7.4.1
piprot==0.9.11
pre-commit==3.8.0
moto==5.0.21
moto==5.0.22

# Code static analysis
flake8==7.1.1
Expand All @@ -27,6 +27,6 @@ flake8-quotes==3.4.0
flake8-string-format==0.3.0
pep8-naming==0.14.1
pydocstyle==6.3.0
pylint==3.3.1
pylint==3.3.2
pylint-django==2.6.1
pylint-pytest==1.1.2
pylint-pytest==1.1.7
18 changes: 9 additions & 9 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ asgiref==3.6.0
# via
# django
# django-axes
astroid==3.3.4
astroid==3.3.5
# via pylint
asttokens==2.2.1
# via stack-data
Expand All @@ -37,11 +37,11 @@ bigtree==0.22.3
# via -r requirements.in
billiard==4.2.0
# via celery
boto3==1.35.68
boto3==1.35.71
# via
# -r requirements.in
# moto
botocore==1.35.68
botocore==1.35.71
# via
# boto3
# moto
Expand Down Expand Up @@ -225,7 +225,7 @@ inflection==0.5.1
# via -r requirements.in
iniconfig==1.1.1
# via pytest
ipython==8.29.0
ipython==8.30.0
# via -r requirements-dev.in
isort==5.11.4
# via pylint
Expand Down Expand Up @@ -253,7 +253,7 @@ mccabe==0.7.0
# pylint
mohawk==1.1.0
# via -r requirements.in
moto==5.0.21
moto==5.0.22
# via -r requirements-dev.in
multidict==6.0.4
# via
Expand All @@ -267,7 +267,7 @@ numpy==1.24.3
# via pandas
opensearch-dsl==2.1.0
# via -r requirements.in
opensearch-py==2.7.1
opensearch-py==2.8.0
# via
# -r requirements.in
# opensearch-dsl
Expand Down Expand Up @@ -381,7 +381,7 @@ pygments==2.15.0
# via ipython
pyjwt==2.6.0
# via notifications-python-client
pylint==3.3.1
pylint==3.3.2
# via
# -r requirements-dev.in
# pylint-django
Expand All @@ -391,13 +391,13 @@ pylint-django==2.6.1
# via -r requirements-dev.in
pylint-plugin-utils==0.8.2
# via pylint-django
pylint-pytest==1.1.2
pylint-pytest==1.1.7
# via -r requirements-dev.in
pyproject-hooks==1.0.0
# via
# build
# pip-tools
pytest==8.3.3
pytest==8.3.4
# via
# -r requirements-dev.in
# pylint-pytest
Expand Down
4 changes: 2 additions & 2 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dj-database-url==2.3.0
psycopg2-binary==2.9.10
psycogreen==1.0.2

boto3==1.35.68
boto3==1.35.71

notifications-python-client==10.0.0

Expand All @@ -45,7 +45,7 @@ slackclient==2.9.4
django-redis==5.4.0

# OpenSearch
opensearch-py==2.7.1
opensearch-py==2.8.0
opensearch-dsl==2.1.0

# ES APM
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ bigtree==0.22.3
# via -r requirements.in
billiard==4.2.0
# via celery
boto3==1.35.68
boto3==1.35.71
# via -r requirements.in
botocore==1.35.68
botocore==1.35.71
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -184,7 +184,7 @@ numpy==1.24.3
# via pandas
opensearch-dsl==2.1.0
# via -r requirements.in
opensearch-py==2.7.1
opensearch-py==2.8.0
# via
# -r requirements.in
# opensearch-dsl
Expand Down

0 comments on commit 2e7f888

Please sign in to comment.