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] authored Feb 3, 2025
1 parent 6edd238 commit f3c58a0
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 40 deletions.
14 changes: 7 additions & 7 deletions acceptance_tests/gunicorn_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 acceptance_tests/gunicorn_app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ 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 = { version = "1.14.0", extras = ["with_bandit", "with_mypy", "with_ruff"] }
prospector-profile-duplicated = "1.10.4"
prospector-profile-utils = "1.15.1"
prospector-profile-utils = "1.17.0"

[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,3 +1,3 @@
poetry==2.0.1
poetry-plugin-export==1.8.0
poetry-plugin-export==1.9.0
pip==25.0
14 changes: 7 additions & 7 deletions acceptance_tests/waitress_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 acceptance_tests/waitress_app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ main = "c2cwsgiutils_app:main"
python = ">=3.10,<4.0"

[tool.poetry.dev-dependencies]
prospector = { version = "1.13.3", extras = ["with_bandit", "with_mypy", "with_ruff"] }
prospector = { version = "1.14.0", extras = ["with_bandit", "with_mypy", "with_ruff"] }
prospector-profile-duplicated = "1.10.4"
prospector-profile-utils = "1.15.1"
prospector-profile-utils = "1.17.0"

[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,3 +1,3 @@
poetry==2.0.1
poetry-plugin-export==1.8.0
poetry-plugin-export==1.9.0
pip==25.0
8 changes: 4 additions & 4 deletions c2cwsgiutils/acceptance/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 c2cwsgiutils/acceptance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"commander": "13.0.0",
"commander": "13.1.0",
"puppeteer": "24.1.1"
},
"type": "module"
Expand Down
21 changes: 11 additions & 10 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 @@ -79,7 +79,7 @@ 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.2", optional = true }
sentry-sdk = { version = "2.20.0", optional = true }
ujson = { version = "5.10.0" }
cee_syslog_handler = { version = "0.6.0" }
SQLAlchemy = { version = "2.0.37", optional = true }
Expand Down Expand Up @@ -192,9 +192,9 @@ test_images = ["scikit-image"]

[tool.poetry.group.dev.dependencies]
# pylint = { version = "2.15.6" }
prospector = { version = "1.13.3", extras = ["with_bandit", "with_mypy", "with_pyroma", "with_ruff"] }
prospector = { version = "1.14.0", extras = ["with_bandit", "with_mypy", "with_pyroma", "with_ruff"] }
prospector-profile-duplicated = "1.10.4"
prospector-profile-utils = "1.15.1"
prospector-profile-utils = "1.17.0"
junit2html = "31.0.2"
pytest = "8.3.4"
pytest-cov = "6.0.0"
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
poetry==2.0.1
poetry-dynamic-versioning[plugin]==1.5.2
poetry-dynamic-versioning[plugin]==1.7.1
poetry-plugin-tweak-dependencies-version==1.5.2
poetry-plugin-export==1.8.0
poetry-plugin-export==1.9.0
pip==25.0
poetry-plugin-drop-python-upper-constraint==0.1.0

0 comments on commit f3c58a0

Please sign in to comment.