Skip to content

Commit b2aa83e

Browse files
Bump the pip group across 2 directories with 6 updates (#1588)
* Bump the pip group across 2 directories with 6 updates Bumps the pip group with 1 update in the /ops/containers/mslsx directory: [flask](https://github.com/pallets/flask). Bumps the pip group with 6 updates in the /requirements directory: | Package | From | To | | --- | --- | --- | | [flask](https://github.com/pallets/flask) | `3.0.3` | `3.1.3` | | [cryptography](https://github.com/pyca/cryptography) | `46.0.5` | `46.0.7` | | [pillow](https://github.com/python-pillow/Pillow) | `12.1.1` | `12.2.0` | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.0.0` | `1.2.2` | | [requests](https://github.com/psf/requests) | `2.32.5` | `2.33.0` | | [werkzeug](https://github.com/pallets/werkzeug) | `3.1.4` | `3.1.6` | Updates `flask` from 3.0.0 to 3.1.3 - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](pallets/flask@3.0.0...3.1.3) Updates `flask` from 3.0.0 to 3.1.3 - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](pallets/flask@3.0.0...3.1.3) Updates `flask` from 3.0.3 to 3.1.3 - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](pallets/flask@3.0.0...3.1.3) Updates `cryptography` from 46.0.5 to 46.0.7 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@46.0.5...46.0.7) Updates `pillow` from 12.1.1 to 12.2.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@12.1.1...12.2.0) Updates `python-dotenv` from 1.0.0 to 1.2.2 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](theskumar/python-dotenv@v1.0.0...v1.2.2) Updates `requests` from 2.32.5 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.5...v2.33.0) Updates `flask` from 3.0.3 to 3.1.3 - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](pallets/flask@3.0.0...3.1.3) Updates `werkzeug` from 3.1.4 to 3.1.6 - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](pallets/werkzeug@3.1.4...3.1.6) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.7 dependency-type: direct:production - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:development - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:development - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production - dependency-name: werkzeug dependency-version: 3.1.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> * Ensure via comments in requirement files match convention --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: James Demery <jamesdemery@navapbc.com>
1 parent 6b934fb commit b2aa83e

5 files changed

Lines changed: 310 additions & 309 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Flask==3.0.0
1+
Flask==3.1.3
22
Flask-WTF==1.2.1

requirements/requirements.dev.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ debugpy == 1.8.19
55
django-debug-toolbar == 4.0.0
66
django-environ == 0.12.0
77
ruff == 0.15.10
8-
flask == 3.0.3
8+
flask == 3.1.3
99
flask-wtf == 1.2.1
1010
freezegun == 1.5.5
1111
h11 == 0.16.0
@@ -30,6 +30,6 @@ sortedcontainers == 2.4.0 # via trio
3030
tomli == 2.3.0 # via setuptools-scm
3131
trio == 0.24.0 # via selenium
3232
trio-websocket == 0.12.2 # via trio/selenium
33-
werkzeug == 3.1.4 # via flask
33+
werkzeug == 3.1.6 # via flask
3434
wsproto == 1.3.2 # via trio-websocket
3535
wtforms == 3.2.1 # via flask-wtf

0 commit comments

Comments
 (0)