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 Jul 2, 2024
1 parent 3ce20ab commit dde23d8
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 32 deletions.
51 changes: 34 additions & 17 deletions acceptance_tests/package-lock.json

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/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"commander": "12.1.0",
"puppeteer": "22.10.0"
"puppeteer": "22.10.1"
},
"type": "module"
}
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 @@ -8,7 +8,7 @@ authors = []
python = ">=3.9,<3.11"
pytest-cov = "5.0.0"
prospector = "1.10.3"
typing-extensions = "4.12.1"
typing-extensions = "4.12.2"
c2cwsgiutils = { version = "6.0.8", extras = ["standard", "test_images"] }
requests = "2.32.3"
boltons = "24.0.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 @@ -23,8 +23,8 @@ pyramid-mako = "1.1.0"
prospector = { extras = ["with_mypy", "with_bandit"], version = "1.10.3" }
pytest-cov = "5.0.0"
types-pyyaml = "6.0.12.20240311"
types-requests = "2.32.0.20240523"
typing-extensions = "4.12.1"
types-requests = "2.32.0.20240622"
typing-extensions = "4.12.2"

[tool.poetry.scripts]
shared-config-slave = "shared_config_manager.scripts.shared_config_slave:main"
Expand Down

0 comments on commit dde23d8

Please sign in to comment.