Skip to content

Commit

Permalink
Bump werkzeug from 2.1.2 to 2.2.1
Browse files Browse the repository at this point in the history
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.1.2 to 2.2.1.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](pallets/werkzeug@2.1.2...2.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 1, 2022
1 parent 150b63f commit 657b9af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ psycopg2-binary = {version = "^2.9.3", optional = true}
sphinx = {version = "^5.1.1", optional = true}
sphinxcontrib-httpdomain = {version = "^1.8.0", optional = true}
# https://github.com/sphinx-contrib/httpdomain/issues/60
Werkzeug = {version = "<2.2", optional = true, extras = ["docs"]}
Werkzeug = {version = "<2.3", optional = true, extras = ["docs"]}

statsd = "^3.3.0"
pymemcache = "^3.5.2"
Expand Down

0 comments on commit 657b9af

Please sign in to comment.