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 Nov 1, 2023
1 parent 5b5a9f2 commit cddbc38
Show file tree
Hide file tree
Showing 10 changed files with 98 additions and 98 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ repos:
- id: black
exclude: .*\.html
- repo: https://github.com/PyCQA/prospector
rev: 1.10.2
rev: v1.10.3
hooks:
- id: prospector
args:
Expand Down
8 changes: 4 additions & 4 deletions acceptance_tests/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 acceptance_tests/app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ coverage = "7.3.2"

[tool.poetry.dev-dependencies]
# pylint = { version = "2.15.6" }
prospector = { extras = ["with_bandit", "with_mypy"], version = "1.10.2" }
prospector = { extras = ["with_bandit", "with_mypy"], version = "1.10.3" }

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down
24 changes: 12 additions & 12 deletions c2cwsgiutils/acceptance/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 c2cwsgiutils/acceptance/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"
}
2 changes: 1 addition & 1 deletion ci/config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.6.10/c2cciutils/schema.json
# yaml-language-server: $schema=https://raw.githubusercontent.com/camptocamp/c2cciutils/1.6.11/c2cciutils/schema.json

version:
branch_to_version_re:
Expand Down
6 changes: 3 additions & 3 deletions ci/dpkg-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ camptocamp/c2cwsgiutils:latest:
ubuntu_22_04/ca-certificates: 20230311ubuntu0.22.04.1
ubuntu_22_04/cdebconf: 0.261ubuntu1
ubuntu_22_04/coreutils: 8.32-4.1ubuntu1
ubuntu_22_04/curl: 7.81.0-1ubuntu1.13
ubuntu_22_04/curl: 7.81.0-1ubuntu1.14
ubuntu_22_04/cyrus-sasl2: 2.1.27+dfsg2-3ubuntu1.2
ubuntu_22_04/dash: 0.5.11+git20210903+057cd650a4ed-3build1
ubuntu_22_04/db5.3: 5.3.28+dfsg1-0.8ubuntu3
Expand Down Expand Up @@ -67,7 +67,7 @@ camptocamp/c2cwsgiutils:latest:
ubuntu_22_04/nghttp2: 1.43.0-1build3
ubuntu_22_04/npth: 1.6-3build2
ubuntu_22_04/openldap: 2.5.16+dfsg-0ubuntu0.22.04.1
ubuntu_22_04/openssl: 3.0.2-0ubuntu1.10
ubuntu_22_04/openssl: 3.0.2-0ubuntu1.12
ubuntu_22_04/p11-kit: 0.24.0-6build1
ubuntu_22_04/pam: 1.4.0-11ubuntu2.3
ubuntu_22_04/pcre2: 10.39-3ubuntu0.1
Expand All @@ -87,7 +87,7 @@ camptocamp/c2cwsgiutils:latest:
ubuntu_22_04/setuptools: 59.6.0-1.2ubuntu0.22.04.1
ubuntu_22_04/shadow: 1:4.8.1-2ubuntu2.1
ubuntu_22_04/sqlite3: 3.37.2-2ubuntu0.1
ubuntu_22_04/systemd: 249.11-0ubuntu3.10
ubuntu_22_04/systemd: 249.11-0ubuntu3.11
ubuntu_22_04/sysvinit: 3.01-1ubuntu1
ubuntu_22_04/tar: 1.34+dfsg-1ubuntu0.1.22.04.1
ubuntu_22_04/ubuntu-keyring: 2021.03.26
Expand Down
4 changes: 2 additions & 2 deletions ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
c2cciutils[checks,publish]==1.6.10
c2cciutils[checks,publish]==1.6.11
poetry-dynamic-versioning[plugin]==1.1.1
poetry-plugin-export==1.6.0
pre-commit==3.4.0
pytest==7.4.2
pytest==7.4.3
scikit-image==0.21.0
poetry-plugin-tweak-dependencies-version==1.5.1
poetry-dynamic-versioning==1.1.1
Expand Down
Loading

0 comments on commit cddbc38

Please sign in to comment.