Skip to content

Commit

Permalink
Bump werkzeug from 2.0.3 to 3.0.4. flask from 2.1.3 to 3.0.3. (#334)
Browse files Browse the repository at this point in the history
* Bump werkzeug from 2.0.3 to 3.0.4

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

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* try flask update

* Update poetry.lock

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ian Butterworth <[email protected]>
  • Loading branch information
dependabot[bot] and IanButterworth authored Aug 22, 2024
1 parent 2c6f855 commit 83c452d
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 16 deletions.
43 changes: 29 additions & 14 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 @@ -7,7 +7,7 @@ license = "MIT"

[tool.poetry.dependencies]
python = "^3.12"
Flask = "^2"
Flask = "3.0.3"
Jinja2 = "^3"
PyGithub = "^2.3.0"
click = "^8"
Expand All @@ -20,7 +20,7 @@ semver = "^3.0.2"
toml = "^0.10.0"
MarkupSafe = "2.1.5"
itsdangerous = "2.2.0"
werkzeug = "2.0.3"
werkzeug = "3.0.4"
types-requests = "^2.31.0"
types-toml = "^0.10.8"
types-PyYAML = "6.0.12.20240808"
Expand Down

0 comments on commit 83c452d

Please sign in to comment.