Skip to content

Commit

Permalink
Update all minor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent 975972d commit 6326641
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 54 deletions.
38 changes: 19 additions & 19 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": "23.6.1"
"puppeteer": "23.9.0"
},
"type": "module"
}
31 changes: 17 additions & 14 deletions acceptance_tests/poetry.lock

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

6 changes: 3 additions & 3 deletions acceptance_tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ authors = []
[tool.poetry.dependencies]
python = ">=3.10,<3.13"
pytest-cov = "6.0.0"
prospector = "1.12.1"
prospector-profile-duplicated = "1.6.0"
prospector-profile-utils = "1.9.1"
prospector = "1.13.3"
prospector-profile-duplicated = "1.8.0"
prospector-profile-utils = "1.12.2"
typing-extensions = "4.12.2"
c2cwsgiutils = { version = "6.1.5", extras = ["standard", "test_images"] }
requests = "2.32.3"
Expand Down
31 changes: 17 additions & 14 deletions app/poetry.lock

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

6 changes: 3 additions & 3 deletions app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ c2cwsgiutils = { version = "6.1.5", extras = ["broadcast", "standard", "oauth2",
pyramid-mako = "1.1.0"

[tool.poetry.dev-dependencies]
prospector = { extras = ["with_mypy", "with_bandit", "with_pyroma"], version = "1.12.1" }
prospector-profile-duplicated = "1.6.0"
prospector-profile-utils = "1.9.1"
prospector = { extras = ["with_mypy", "with_bandit", "with_pyroma"], version = "1.13.3" }
prospector-profile-duplicated = "1.8.0"
prospector-profile-utils = "1.12.2"
types-pyyaml = "6.0.12.20240917"
types-requests = "2.32.0.20241016"
pytest = "8.3.4"
Expand Down

0 comments on commit 6326641

Please sign in to comment.