Skip to content

Commit

Permalink
Update dependency c2cwsgiutils to v6.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 1, 2024
1 parent a7ecd73 commit 434af32
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 11 deletions.
10 changes: 6 additions & 4 deletions acceptance_tests/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 acceptance_tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ python = ">=3.9,<3.11"
pytest-cov = "4.1.0"
prospector = "1.10.3"
typing-extensions = "4.8.0"
c2cwsgiutils = { version = "6.0.8", extras = ["standard", "test_images"] }
c2cwsgiutils = { version = "6.0.9", extras = ["standard", "test_images"] }
requests = "2.32.3"
boltons = "23.0.0"
netifaces = "0.11.0"
Expand Down
10 changes: 6 additions & 4 deletions app/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 app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ authors = []
python = ">=3.9,<3.11"
PyYAML = "6.0.2"
inotify = "0.2.10"
c2cwsgiutils = { version = "6.0.8", extras = ["broadcast", "standard", "oauth2", "debug"] }
c2cwsgiutils = { version = "6.0.9", extras = ["broadcast", "standard", "oauth2", "debug"] }
pyramid-mako = "1.1.0"
urllib3 = "2.2.3"
pillow = "10.3.0"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
c2cwsgiutils[broadcast,standard]==6.0.8
c2cwsgiutils[broadcast,standard]==6.0.9
yamllint==1.32.0
certifi>=2024.7.4 # not directly required, pinned by Snyk to avoid a vulnerability
idna>=3.7 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 434af32

Please sign in to comment.