Skip to content

Commit

Permalink
Update own packages (#1238)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 1, 2025
1 parent 6839eb8 commit 7177b07
Show file tree
Hide file tree
Showing 5 changed files with 87 additions and 22 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@ repos:
- --profile=app/.prospector.yaml
additional_dependencies:
- prospector-profile-duplicated==1.10.4 # pypi
- prospector-profile-utils==1.21.6 # pypi
- prospector-profile-utils==1.21.7 # pypi
- id: prospector
args:
- --die-on-tool-error
- --output-format=pylint
- --profile=utils:tests
- --profile=utils:pre-commit
additional_dependencies:
- prospector-profile-utils==1.21.6 # pypi
- prospector-profile-utils==1.21.7 # pypi
- repo: https://github.com/sbrunner/jsonschema-validator
rev: 1.0.0
hooks:
Expand Down
81 changes: 73 additions & 8 deletions acceptance_tests/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 acceptance_tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ authors = []
[tool.poetry.dependencies]
python = ">=3.10,<3.13"
pytest-cov = "6.0.0"
prospector = { version = "1.15.0", extras = ["with_ruff"] }
prospector = { version = "1.15.2", extras = ["with_ruff"] }
prospector-profile-duplicated = "1.10.4"
prospector-profile-utils = "1.20.2"
prospector-profile-utils = "1.21.7"
typing-extensions = "4.12.2"
c2cwsgiutils = { version = "6.1.7", extras = ["standard", "test_images"] }
requests = "2.32.3"
Expand Down
16 changes: 8 additions & 8 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 @@ -20,9 +20,9 @@ c2cwsgiutils = { version = "6.1.7", extras = ["broadcast", "standard", "oauth2",
pyramid-mako = "1.1.0"

[tool.poetry.dev-dependencies]
prospector = { version = "1.15.0", extras = ["with_mypy", "with_bandit", "with_pyroma", "with_ruff"] }
prospector = { version = "1.15.2", extras = ["with_mypy", "with_bandit", "with_pyroma", "with_ruff"] }
prospector-profile-duplicated = "1.10.4"
prospector-profile-utils = "1.20.2"
prospector-profile-utils = "1.21.7"
types-pyyaml = "6.0.12.20241230"
types-requests = "2.32.0.20241016"
pytest = "8.3.4"
Expand Down

0 comments on commit 7177b07

Please sign in to comment.