Skip to content

Commit

Permalink
Bump the production-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the production-dependencies group with 2 updates: [flask](https://github.com/pallets/flask) and [flask-babel](https://github.com/python-babel/flask-babel).


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

Updates `flask-babel` from 3.1.0 to 4.0.0
- [Release notes](https://github.com/python-babel/flask-babel/releases)
- [Changelog](https://github.com/python-babel/flask-babel/blob/master/CHANGELOG)
- [Commits](python-babel/flask-babel@v3.1.0...v4.0.0)

---
updated-dependencies:
- dependency-name: flask
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: flask-babel
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and AntiCompositeNumber committed Oct 29, 2024
1 parent 2eae3fd commit 7128a72
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ python = "^3.9"
mwparserfromhell = "*"
requests = "*"
toolforge = "*"
Flask = "^2.3.2"
Flask-Babel = "^3.1.0"
Flask = "^3.0.3"
Flask-Babel = "^4.0.0"
flask-restx = "*"
Werkzeug = "*"

Expand Down

0 comments on commit 7128a72

Please sign in to comment.