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] authored Dec 1, 2024
1 parent 056c31c commit b727fe5
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
8 changes: 4 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 @@ -11,7 +11,7 @@ prospector = "1.12.1"
prospector-profile-duplicated = "1.6.0"
prospector-profile-utils = "1.9.1"
typing-extensions = "4.12.2"
c2cwsgiutils = { version = "6.1.2", extras = ["standard", "test_images"] }
c2cwsgiutils = { version = "6.1.5", extras = ["standard", "test_images"] }
requests = "2.32.3"
boltons = "24.1.0"
netifaces = "0.11.0"
Expand Down
14 changes: 7 additions & 7 deletions app/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 app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ authors = []
python = ">=3.10,<3.13"
PyYAML = "6.0.2"
inotify = "0.2.10"
c2cwsgiutils = { version = "6.1.2", extras = ["broadcast", "standard", "oauth2", "debug"] }
c2cwsgiutils = { version = "6.1.5", extras = ["broadcast", "standard", "oauth2", "debug"] }
pyramid-mako = "1.1.0"

[tool.poetry.dev-dependencies]
Expand All @@ -25,7 +25,7 @@ prospector-profile-duplicated = "1.6.0"
prospector-profile-utils = "1.9.1"
types-pyyaml = "6.0.12.20240917"
types-requests = "2.32.0.20241016"
pytest = "8.3.3"
pytest = "8.3.4"

[tool.poetry.scripts]
shared-config-slave = "shared_config_manager.scripts.shared_config_slave:main"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
c2cwsgiutils[broadcast,standard]==6.1.2
c2cwsgiutils[broadcast,standard]==6.1.5
yamllint==1.35.1

0 comments on commit b727fe5

Please sign in to comment.