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 Jan 1, 2024
1 parent 531c89a commit 1e6755b
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 29 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
- id: trailing-whitespace
- id: mixed-line-ending
- repo: https://github.com/sbrunner/hooks
rev: 0.5.0
rev: 0.6.0
hooks:
- id: copyright
- id: poetry-check
Expand Down Expand Up @@ -74,11 +74,11 @@ repos:
args:
- --py39-plus
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 23.12.1
hooks:
- id: black
#- repo: https://github.com/PyCQA/prospector
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
c2cciutils[checks,publish]==1.6.12
pre-commit==3.5.0
pre-commit==3.6.0
poetry-dynamic-versioning==1.2.0
poetry-plugin-export==1.6.0
poetry-plugin-tweak-dependencies-version==1.5.2
Expand Down
44 changes: 22 additions & 22 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ tc-viewer = "tilecloud.scripts.tc_viewer:main"
python = ">=3.9,<3.12"
azure-storage-blob = { version = "12.19.0", optional = true }
azure-identity = { version = "1.15.0", optional = true }
boto3 = { version = "1.33.7", optional = true }
boto3 = { version = "1.34.11", optional = true }
bottle = "0.12.25"
prometheus_client = { version = "0.19.0", optional = true }
Pillow = "10.1.0"
Expand All @@ -71,8 +71,8 @@ all = ["azure-storage-blob", "azure-identity", "boto3", "pyramid", "redis", "pro

[tool.poetry.group.dev.dependencies]
prospector = { version = "1.10.3", extras = ["with_bandit", "with_mypy", "with_pyroma"] }
prospector-profile-duplicated = "0.4.0"
prospector-profile-utils = "1.5.0"
prospector-profile-duplicated = "0.5.1"
prospector-profile-utils = "1.6.0"
pytest = "7.4.3"
pytest-cov = "4.1.0"
types-boto = "2.49.18.9"
Expand Down

0 comments on commit 1e6755b

Please sign in to comment.