Skip to content

Commit

Permalink
Bump the flask group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the flask group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [blinker](https://github.com/pallets-eco/blinker) | `1.8.2` | `1.9.0` |
| [flask](https://github.com/pallets/flask) | `3.0.3` | `3.1.0` |
| [flask-session](https://github.com/pallets-eco/flask-session) | `0.6.0` | `0.8.0` |
| [flask-wtf](https://github.com/pallets-eco/flask-wtf) | `1.2.1` | `1.2.2` |
| [werkzeug](https://github.com/pallets/werkzeug) | `3.0.6` | `3.1.3` |


Updates `blinker` from 1.8.2 to 1.9.0
- [Release notes](https://github.com/pallets-eco/blinker/releases)
- [Changelog](https://github.com/pallets-eco/blinker/blob/main/CHANGES.rst)
- [Commits](pallets-eco/blinker@1.8.2...1.9.0)

Updates `flask` from 3.0.3 to 3.1.0
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](pallets/flask@3.0.3...3.1.0)

Updates `flask-session` from 0.6.0 to 0.8.0
- [Release notes](https://github.com/pallets-eco/flask-session/releases)
- [Changelog](https://github.com/pallets-eco/flask-session/blob/development/CHANGES.rst)
- [Commits](https://github.com/pallets-eco/flask-session/commits/0.8.0)

Updates `flask-wtf` from 1.2.1 to 1.2.2
- [Release notes](https://github.com/pallets-eco/flask-wtf/releases)
- [Changelog](https://github.com/pallets-eco/flask-wtf/blob/main/docs/changes.rst)
- [Commits](pallets-eco/flask-wtf@v1.2.1...v1.2.2)

Updates `werkzeug` from 3.0.6 to 3.1.3
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](pallets/werkzeug@3.0.6...3.1.3)

---
updated-dependencies:
- dependency-name: blinker
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: flask
- dependency-name: flask
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: flask
- dependency-name: flask-session
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: flask
- dependency-name: flask-wtf
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: flask
- dependency-name: werkzeug
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: flask
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 13, 2024
1 parent 27f99ef commit 118a3ea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --extra=dev --output-file=requirements-dev.txt pyproject.toml
#
blinker==1.8.2
blinker==1.9.0
# via flask
boto3==1.35.80
# via ccs-digitalmarketplace-utils
Expand Down Expand Up @@ -38,7 +38,7 @@ docopt==0.6.2
# via notifications-python-client
flake8==7.1.1
# via ccs-digitalmarketplace-frontend-jinja (pyproject.toml)
flask==3.0.3
flask==3.1.0
# via
# ccs-digitalmarketplace-apiclient
# ccs-digitalmarketplace-frontend-jinja (pyproject.toml)
Expand All @@ -51,9 +51,9 @@ flask-gzip==0.2
# via ccs-digitalmarketplace-utils
flask-login==0.6.3
# via ccs-digitalmarketplace-utils
flask-session==0.6.0
flask-session==0.8.0
# via ccs-digitalmarketplace-utils
flask-wtf==1.2.1
flask-wtf==1.2.2
# via ccs-digitalmarketplace-utils
fleep==1.0.1
# via ccs-digitalmarketplace-utils
Expand Down Expand Up @@ -138,7 +138,7 @@ urllib3==2.2.3
# botocore
# ccs-digitalmarketplace-utils
# requests
werkzeug==3.0.6
werkzeug==3.1.3
# via
# ccs-digitalmarketplace-utils
# flask
Expand Down

0 comments on commit 118a3ea

Please sign in to comment.