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] committed Nov 2, 2023
1 parent 27ca5c3 commit 6b326c3
Show file tree
Hide file tree
Showing 6 changed files with 121 additions and 154 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
additional_dependencies:
- prettier@2.8.4
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: detect-private-key
- id: check-merge-conflict
Expand Down Expand Up @@ -66,7 +66,7 @@ repos:
hooks:
- id: autoflake
- repo: https://github.com/asottile/pyupgrade
rev: v3.14.0
rev: v3.15.0
hooks:
- id: pyupgrade
args:
Expand All @@ -79,7 +79,7 @@ repos:
args:
- --project=c2cwsgiutils
- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.10.1
hooks:
- id: black
exclude: .*\.html
Expand Down
58 changes: 29 additions & 29 deletions c2cwsgiutils/acceptance/package-lock.json

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

4 changes: 2 additions & 2 deletions 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.8"
"commander": "11.1.0",
"puppeteer": "21.4.1"
},
"type": "module"
}
4 changes: 2 additions & 2 deletions ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
c2cciutils[checks,publish]==1.6.11
poetry-dynamic-versioning[plugin]==1.1.1
poetry-plugin-export==1.6.0
pre-commit==3.4.0
pre-commit==3.5.0
pytest==7.4.3
scikit-image==0.21.0
scikit-image==0.22.0
poetry-plugin-tweak-dependencies-version==1.5.1
poetry-dynamic-versioning==1.1.1
poetry-plugin-drop-python-upper-constraint==0.1.0
Loading

0 comments on commit 6b326c3

Please sign in to comment.