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 Nov 1, 2024
1 parent 6febc98 commit a39e9cd
Show file tree
Hide file tree
Showing 6 changed files with 260 additions and 280 deletions.
182 changes: 85 additions & 97 deletions acceptance_tests/app/poetry.lock

Large diffs are not rendered by default.

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

[tool.poetry.dependencies]
python = ">=3.10,<4.0"
coverage = "7.6.1"
coverage = "7.6.4"

[tool.poetry.dev-dependencies]
# pylint = { version = "2.15.6" }
prospector = { extras = ["with_bandit", "with_mypy"], version = "1.12.0" }
prospector = { extras = ["with_bandit", "with_mypy"], version = "1.12.1" }
prospector-profile-duplicated = "1.6.0"
prospector-profile-utils = "1.9.1"

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.3
poetry==1.8.4
pip==24.3.1
336 changes: 164 additions & 172 deletions poetry.lock

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,20 +75,20 @@ cornice = { version = "6.1.0", optional = true }
redis = { version = "5.2.0", optional = true }
gunicorn = { version = "23.0.0", optional = true }
lxml = { version = "5.3.0", optional = true }
objgraph = { version = "3.6.1", optional = true }
psycopg2 = { version = "2.9.9", 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.5", optional = true }
sentry-sdk = { version = "2.17.0", optional = true }
ujson = { version = "5.10.0" }
cee_syslog_handler = { version = "0.6.0" }
SQLAlchemy = { version = "2.0.35", optional = true }
SQLAlchemy = { version = "2.0.36", optional = true }
SQLAlchemy-Utils = { version = "0.41.2", optional = true }
"zope.interface" = { version = "7.1.1", optional = true }
"zope.sqlalchemy" = { version = "3.1", optional = true }
pyjwt = { version = "2.9.0", optional = true }
requests-oauthlib = { version = "2.0.0", optional = true }
waitress = { version = "3.0.0", optional = true }
waitress = { version = "3.0.1", optional = true }
scikit-image = { version = "0.24.0", optional = true }
prometheus-client = { version = "0.21.0", optional = true}
pyramid_mako = { version = "1.1.0", optional = true}
Expand Down Expand Up @@ -170,16 +170,16 @@ test_images = ["scikit-image"]

[tool.poetry.group.dev.dependencies]
# pylint = { version = "2.15.6" }
prospector = { extras = ["with_bandit", "with_mypy", "with_pyroma"], version = "1.12.0" }
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.1"
coverage = "7.6.4"
junit2html = "31.0.2"
pytest = "8.3.3"
pytest-cov = "5.0.0"
pytest-html = "4.1.1"
types-pyyaml = "6.0.12.20240917"
types-requests = "2.32.0.20240914"
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"
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.3
poetry==1.8.4
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 a39e9cd

Please sign in to comment.