Skip to content

Commit

Permalink
Update all minor versions (#2519)
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 Nov 10, 2024
1 parent 0a05fda commit c70e203
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 51 deletions.
22 changes: 11 additions & 11 deletions acceptance_tests/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/app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ coverage = "7.6.4"

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

Expand Down
28 changes: 14 additions & 14 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,7 +1,7 @@
{
"dependencies": {
"commander": "12.1.0",
"puppeteer": "23.6.1"
"puppeteer": "23.7.1"
},
"type": "module"
}
42 changes: 22 additions & 20 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ sentry = "c2cwsgiutils.sentry:filter_factory"
python = ">=3.10,<4.0"
requests = { version = "2.32.3" }
pyyaml = { version = "6.0.2" }
alembic = { version = "1.13.3", optional = true }
boltons = { version = "24.0.0", optional = true }
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 }
gunicorn = { version = "23.0.0", optional = true }
Expand All @@ -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.5", optional = true }
sentry-sdk = { version = "2.17.0", optional = true }
sentry-sdk = { version = "2.18.0", optional = true }
ujson = { version = "5.10.0" }
cee_syslog_handler = { version = "0.6.0" }
SQLAlchemy = { version = "2.0.36", optional = true }
Expand Down Expand Up @@ -170,7 +170,7 @@ 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.1" }
prospector = { extras = ["with_bandit", "with_mypy", "with_pyroma"], version = "1.13.0" }
prospector-profile-duplicated = "1.6.0"
prospector-profile-utils = "1.9.1"
coverage = "7.6.4"
Expand Down

0 comments on commit c70e203

Please sign in to comment.