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 Nov 3, 2023
1 parent 0b041b4 commit 2fe09f8
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 31 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ repos:
- id: codespell
exclude: ^(.*/)?poetry\.lock$
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.2
rev: v0.9.0.6
hooks:
- id: shellcheck
- repo: https://github.com/jumanjihouse/pre-commit-hooks
rev: 3.0.0
hooks:
- id: git-check
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.0
rev: 0.27.1
hooks:
- id: check-github-actions
- id: check-github-workflows
Expand Down
24 changes: 12 additions & 12 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": "11.0.0",
"puppeteer": "21.3.6"
"puppeteer": "21.3.8"
},
"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 @@ -7,7 +7,7 @@ authors = []
[tool.poetry.dependencies]
python = ">=3.9,<3.11"
pytest-cov = "4.1.0"
prospector = "1.10.2"
prospector = "1.10.3"
typing-extensions = "4.8.0"
c2cwsgiutils = { version = "6.0.4", extras = ["standard", "test_images"] }
requests = "2.31.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 @@ -21,10 +21,10 @@ pyramid-mako = "1.1.0"
urllib3 = "2.0.7"

[tool.poetry.dev-dependencies]
prospector = { extras = ["with_mypy", "with_bandit"], version = "1.10.2" }
prospector = { extras = ["with_mypy", "with_bandit"], version = "1.10.3" }
pytest-cov = "4.1.0"
types-pyyaml = "6.0.12.12"
types-requests = "2.31.0.7"
types-requests = "2.31.0.10"
typing-extensions = "4.8.0"

[tool.poetry.scripts]
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
c2cciutils[checks,publish]==1.6.10
c2cciutils[checks,publish]==1.6.11
pre-commit==3.4.0
certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ services:
hostname: slave-file

redis:
image: redis:7.2.1
image: redis:7.2.2
mem_limit: 64m
command: redis-server --save "" --appendonly no

Expand Down

0 comments on commit 2fe09f8

Please sign in to comment.