Skip to content

Commit

Permalink
Update all patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 1, 2024
1 parent 0403da7 commit ec10fda
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 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 @@ -44,7 +44,7 @@ openapi-core = "0.16.6"
pillow = "10.3.0"
idna = "3.7"
gunicorn = "22.0.0"
werkzeug = "3.0.3"
werkzeug = "3.0.4"
requests = "2.32.3"
urllib3 = "2.2.2"
certifi = "2024.7.4"
Expand All @@ -56,7 +56,7 @@ prospector = { extras = ["with_mypy", "with_bandit", "with_pyroma"], version = "
prospector-profile-duplicated = "0.5.1"
pytest = "7.4.4"
pytest-cov = "4.1.0"
WebTest = "3.0.0"
WebTest = "3.0.1"

[tool.poetry.extras]
application = ["c2cwsgiutils"]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ poetry-dynamic-versioning==1.2.0
poetry-plugin-tweak-dependencies-version==1.5.2
poetry-plugin-drop-python-upper-constraint==0.1.0
pip==23.3.2
urllib3==1.26.19
urllib3==1.26.20
certifi>=2024.7.4 # not directly required, pinned by Snyk to avoid a vulnerability
jinja2>=3.1.3 # not directly required, pinned by Snyk to avoid a vulnerability
idna>=3.7 # not directly required, pinned by Snyk to avoid a vulnerability
Expand Down

0 comments on commit ec10fda

Please sign in to comment.