Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependabot (2024-11-11) #5781

Merged
merged 8 commits into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
repos:
- repo: https://github.com/pycqa/flake8
rev: 3.8.3
rev: 7.1.1
hooks:
- id: flake8
4 changes: 0 additions & 4 deletions datahub/export_win/test/test_legacy_migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@
'export_experience': None,
'goods_vs_services': 1,
'has_hvo_specialist_involvement': False,
'confirmation__comments': None,
'hq_team': 'team:1',
'hvc': None,
'hvo_programme': 'AER-01',
Expand Down Expand Up @@ -340,7 +339,6 @@
'export_experience': None,
'goods_vs_services': 1,
'has_hvo_specialist_involvement': False,
'confirmation__comments': None,
'hq_team': 'team:1',
'hvc': None,
'hvo_programme': 'AER-01',
Expand Down Expand Up @@ -392,7 +390,6 @@
'export_experience': None,
'goods_vs_services': 1,
'has_hvo_specialist_involvement': False,
'confirmation__comments': None,
'hq_team': '',
'hvc': None,
'hvo_programme': 'AER-01',
Expand Down Expand Up @@ -445,7 +442,6 @@
'export_experience': None,
'goods_vs_services': 1,
'has_hvo_specialist_involvement': False,
'confirmation__comments': None,
'hq_team': 'team:1',
'hvc': None,
'hvo_programme': 'AER-01',
Expand Down
2 changes: 1 addition & 1 deletion docs/Dependabot.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ This is the process we have identified for dealing with Dependabot PRs that save
8. If you are satisfied that everything is in order and all the tests have passed, request reviews as normal.
9. Once merged, deploy to production as soon as possible.

If the OpenSearch version has been updated, the version used by [the e2e tests](https://github.com/uktrade/data-hub-frontend/blob/main/docker-compose.e2e.backend.yml#L58) needs to be updated to match.
If the main flake8 dependency is updated, the version used by the [pre-commit hook](https://github.com/uktrade/data-hub-api/blob/c5910876ae15598af25f4c191ec8d50c92139f9b/.pre-commit-config.yaml#L3) should also be updated.
2 changes: 1 addition & 1 deletion requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ requests-mock==1.12.1
pip-tools==7.4.1
piprot==0.9.11
pre-commit==3.8.0
moto==5.0.19
moto==5.0.20

# Code static analysis
flake8==7.1.1
Expand Down
10 changes: 5 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ bigtree==0.22.1
# via -r requirements.in
billiard==4.2.0
# via celery
boto3==1.35.54
boto3==1.35.57
# via
# -r requirements.in
# moto
botocore==1.35.54
botocore==1.35.57
# via
# boto3
# moto
Expand Down Expand Up @@ -248,7 +248,7 @@ mccabe==0.7.0
# pylint
mohawk==1.1.0
# via -r requirements.in
moto==5.0.19
moto==5.0.20
# via -r requirements-dev.in
multidict==6.0.4
# via
Expand Down Expand Up @@ -501,7 +501,7 @@ tomli==2.0.1
# pytest
tomlkit==0.11.6
# via pylint
tqdm==4.66.6
tqdm==4.67.0
# via -r requirements.in
traitlets==5.14.1
# via
Expand Down Expand Up @@ -537,7 +537,7 @@ virtualenv==20.17.1
# via pre-commit
wcwidth==0.2.5
# via prompt-toolkit
werkzeug==3.1.1
werkzeug==3.1.3
# via
# -r requirements.in
# moto
Expand Down
4 changes: 2 additions & 2 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dj-database-url==2.3.0
psycopg2-binary==2.9.10
psycogreen==1.0.2

boto3==1.35.54
boto3==1.35.57

notifications-python-client==10.0.0

Expand All @@ -52,7 +52,7 @@ elastic-apm==6.23.0

# Testing and dev
django-debug-toolbar==4.4.6
werkzeug==3.1.1 # Required by runserver_plus - useful for local dev
werkzeug==3.1.3 # Required by runserver_plus - useful for local dev

WSGIserver==1.3
gevent==24.10.3
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ bigtree==0.22.1
# via -r requirements.in
billiard==4.2.0
# via celery
boto3==1.35.54
boto3==1.35.57
# via -r requirements.in
botocore==1.35.54
botocore==1.35.57
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -314,7 +314,7 @@ statsd==4.0.1
# via -r requirements.in
tabulate==0.9.0
# via -r requirements.in
tqdm==4.66.6
tqdm==4.67.0
# via -r requirements.in
typing-extensions==4.11.0
# via
Expand Down Expand Up @@ -343,7 +343,7 @@ virtualenv==20.25.1
# via pre-commit
wcwidth==0.2.13
# via prompt-toolkit
werkzeug==3.1.1
werkzeug==3.1.3
# via -r requirements.in
whitenoise==6.8.2
# via -r requirements.in
Expand Down