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 Dec 1, 2023
1 parent 3714404 commit bc33200
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 25 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
rev: v3.1.0
hooks:
- id: prettier
additional_dependencies:
Expand Down Expand Up @@ -76,7 +76,7 @@ repos:
- poetry==1.2.1 # pypi
- id: pipenv-lock
additional_dependencies:
- pipenv==2023.10.24 # pypi
- pipenv==2023.11.15 # pypi
- id: helm-lock
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
Expand Down Expand Up @@ -130,7 +130,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 23.10.1
rev: 23.11.0
hooks:
- id: black
- repo: https://github.com/PyCQA/prospector
Expand All @@ -142,7 +142,7 @@ repos:
- --die-on-tool-error
- --output-format=pylint
additional_dependencies:
- prospector-profile-duplicated==0.3.0 # pypi
- prospector-profile-duplicated==0.4.0 # pypi
- repo: https://github.com/mheap/json-schema-spell-checker
rev: main
hooks:
Expand Down
8 changes: 4 additions & 4 deletions c2cciutils/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 c2cciutils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"description": "",
"author": "",
"dependencies": {
"snyk": "1.1238.0"
"snyk": "1.1259.0"
}
}
4 changes: 2 additions & 2 deletions example-project/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ repos:
- id: codespell
exclude: ^(.*/)?poetry\.lock$
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
rev: v3.1.0
hooks:
- id: prettier
additional_dependencies:
Expand Down Expand Up @@ -75,7 +75,7 @@ repos:
hooks:
- id: ripsecrets
- repo: https://github.com/psf/black
rev: 23.10.1
rev: 23.11.0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
Expand Down
8 changes: 4 additions & 4 deletions example-project/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 example-project/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ python = ">=3.10,<3.11"

[tool.poetry.group.dev.dependencies]
prospector = { version = "1.10.3", extras = ["with_bandit", "with_mypy", "with_pyroma"] }
prospector-profile-duplicated = "0.3.0"
prospector-profile-duplicated = "0.4.0"

[build-system]
requires = [
Expand Down
14 changes: 7 additions & 7 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ markdown-table = "2020.12.3"
python-magic = "0.4.27"
requests = "2.31.0"
Markdown = "3.5.1"
google-api-python-client = { version = "2.106.0", optional = true }
google-api-python-client = { version = "2.109.0", optional = true }
google-auth-httplib2 = { version = "0.1.1", optional = true }
google-auth-oauthlib = { version = "1.1.0", optional = true }
"ruamel.yaml" = "0.18.5"
Expand Down Expand Up @@ -101,7 +101,7 @@ types-setuptools = "68.2.0.2"
types-markdown = "3.5.0.3"
types-toml = "0.10.8.7"
typing-extensions = "4.8.0"
prospector-profile-duplicated = "0.3.0"
prospector-profile-duplicated = "0.4.0"

[build-system]
requires = [
Expand Down

0 comments on commit bc33200

Please sign in to comment.