Skip to content

Commit

Permalink
Bump werkzeug from 3.0.2 to 3.0.3 (#325)
Browse files Browse the repository at this point in the history
* Bump werkzeug from 3.0.2 to 3.0.3

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](pallets/werkzeug@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* linting

* auto patch increment

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alejandro Arroyo <alejandro.arroyo@ons.gov.uk>
Co-authored-by: ras-rm-pr-bot <rasrm.team@ons.gov.uk>
  • Loading branch information
3 people authored May 8, 2024
1 parent 97ffb24 commit db76766
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions _infra/helm/collection-instrument/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 3.0.30
version: 3.0.31

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 3.0.30
appVersion: 3.0.31

1 change: 1 addition & 0 deletions app.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""This is a duplicate of run.py, with minor modifications to support gunicorn execution"""

from run import create_app

app = create_app()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2022-08-02 14:34:23.676426
"""

import sqlalchemy as sa
from alembic import op
from sqlalchemy.dialects import postgresql
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Create Date: 2018-01-11 15:23:03.943466
"""

import sqlalchemy as sa
from alembic import op
from sqlalchemy.dialects.postgresql.json import JSONB
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2018-02-20 13:22:14.773113
"""

import sqlalchemy as sa
from alembic import op

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2021-09-06 10:40:27.089307
"""

import sqlalchemy as sa
from alembic import op
from sqlalchemy.types import Boolean
Expand Down
1 change: 1 addition & 0 deletions migrations/versions/e2012ed329da_remove_unused_columns.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2021-10-21 10:01:56.565921
"""

import sqlalchemy as sa
from alembic import op
from sqlalchemy.types import Enum, Integer
Expand Down
1 change: 1 addition & 0 deletions migrations/versions/f55291dd84c0_remove_seft_gcs_column.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2022-08-10 15:02:35.189420
"""

import sqlalchemy as sa
from alembic import op
from sqlalchemy.dialects import postgresql
Expand Down

0 comments on commit db76766

Please sign in to comment.