Skip to content

Commit

Permalink
Update all patch versions (master) (patch) (#2567)
Browse files Browse the repository at this point in the history
* Update all patch versions

* Apply pre-commit fix

From the artifact of the previous workflow run

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: geo-ghci-int[bot] <146321879+geo-ghci-int[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and geo-ghci-int[bot] authored Jan 1, 2025
1 parent de89347 commit 947d2d3
Show file tree
Hide file tree
Showing 9 changed files with 189 additions and 191 deletions.
134 changes: 67 additions & 67 deletions acceptance_tests/gunicorn_app/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions acceptance_tests/gunicorn_app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ main = "c2cwsgiutils_app:main"

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

[tool.poetry.dev-dependencies]
# pylint = { version = "2.15.6" }
prospector = { version = "1.13.3", extras = ["with_bandit", "with_mypy", "with_ruff"] }
prospector-profile-duplicated = "1.8.1"
prospector-profile-utils = "1.14.0"
prospector-profile-utils = "1.14.1"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down
2 changes: 1 addition & 1 deletion acceptance_tests/gunicorn_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.3.1
8 changes: 4 additions & 4 deletions acceptance_tests/waitress_app/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 acceptance_tests/waitress_app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ python = ">=3.10,<4.0"
[tool.poetry.dev-dependencies]
prospector = { version = "1.13.3", extras = ["with_bandit", "with_mypy", "with_ruff"] }
prospector-profile-duplicated = "1.8.1"
prospector-profile-utils = "1.14.0"
prospector-profile-utils = "1.14.1"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down
2 changes: 1 addition & 1 deletion acceptance_tests/waitress_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.3.1
210 changes: 104 additions & 106 deletions poetry.lock

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@ pyyaml = { version = "6.0.2" }
alembic = { version = "1.14.0", optional = true }
boltons = { version = "24.1.0", optional = true }
cornice = { version = "6.1.0", optional = true }
redis = { version = "5.2.0", optional = true }
redis = { version = "5.2.1", optional = true }
gunicorn = { version = "23.0.0", optional = true }
lxml = { version = "5.3.0", optional = true }
objgraph = { version = "3.6.2", optional = true }
psycopg2 = { version = "2.9.10", optional = true }
pyramid = { version = "2.0.2", optional = true }
pyramid-tm = { version = "2.6", optional = true }
sentry-sdk = { version = "2.19.0", optional = true }
sentry-sdk = { version = "2.19.2", optional = true }
ujson = { version = "5.10.0" }
cee_syslog_handler = { version = "0.6.0" }
SQLAlchemy = { version = "2.0.36", optional = true }
Expand All @@ -90,11 +90,11 @@ pyjwt = { version = "2.10.1", optional = true }
requests-oauthlib = { version = "2.0.0", optional = true }
waitress = { version = "3.0.2", optional = true }
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}
psutil = { version = "6.1.0", optional = true}
psutil = { version = "6.1.1", optional = true}
Paste = { version = "3.10.1", optional = true}
coverage = { version = "7.6.4", optional = true}
coverage = { version = "7.6.10", optional = true}

[tool.poetry.extras]
standard = [
Expand Down Expand Up @@ -194,16 +194,16 @@ test_images = ["scikit-image"]
# pylint = { version = "2.15.6" }
prospector = { version = "1.13.3", extras = ["with_bandit", "with_mypy", "with_pyroma", "with_ruff"] }
prospector-profile-duplicated = "1.9.0"
prospector-profile-utils = "1.14.0"
prospector-profile-utils = "1.14.1"
junit2html = "31.0.2"
pytest = "8.3.4"
pytest-cov = "6.0.0"
pytest-html = "4.1.1"
types-pyyaml = "6.0.12.20240917"
types-pyyaml = "6.0.12.20241230"
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 947d2d3

Please sign in to comment.