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 Jan 1, 2025
1 parent c90168a commit 4126648
Show file tree
Hide file tree
Showing 6 changed files with 148 additions and 148 deletions.
128 changes: 64 additions & 64 deletions acceptance_tests/app/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion acceptance_tests/app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ main = "c2cwsgiutils_app:main"

[tool.poetry.dependencies]
python = ">=3.10,<4.0"
coverage = "7.6.8"
coverage = "7.6.9"

[tool.poetry.dev-dependencies]
# pylint = { version = "2.15.6" }
Expand Down
2 changes: 1 addition & 1 deletion acceptance_tests/app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
poetry==1.8.4
poetry==1.8.5
pip==24.2
152 changes: 76 additions & 76 deletions poetry.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ pyjwt = { version = "2.9.0", optional = true }
requests-oauthlib = { version = "2.0.0", optional = true }
waitress = "3.0.2"
scikit-image = { version = "0.24.0", optional = true }
prometheus-client = { version = "0.21.0", optional = true}
prometheus-client = { version = "0.21.1", optional = true}
pyramid_mako = { version = "1.1.0", optional = true}

[tool.poetry.extras]
Expand Down Expand Up @@ -173,16 +173,16 @@ test_images = ["scikit-image"]
prospector = { extras = ["with_bandit", "with_mypy", "with_pyroma"], version = "1.12.1" }
prospector-profile-duplicated = "1.6.0"
prospector-profile-utils = "1.9.1"
coverage = "7.6.8"
coverage = "7.6.9"
junit2html = "31.0.2"
pytest = "8.3.3"
pytest = "8.3.4"
pytest-cov = "5.0.0"
pytest-html = "4.1.1"
types-pyyaml = "6.0.12.20240917"
types-pyyaml = "6.0.12.20241221"
types-requests = "2.32.0.20241016"
types-redis = "4.6.0.20241004"
types-ujson = "5.10.0.20240515"
types-python-dateutil = "2.9.0.20241003"
types-python-dateutil = "2.9.0.20241206"
typing_extensions = "4.12.2"

[build-system]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
poetry==1.8.4
poetry==1.8.5
poetry-dynamic-versioning[plugin]==1.4.1
poetry-plugin-tweak-dependencies-version==1.5.2
poetry-plugin-export==1.8.0
Expand Down

0 comments on commit 4126648

Please sign in to comment.