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] committed Oct 1, 2024
1 parent 598126c commit 58d3a9d
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 36 deletions.
38 changes: 19 additions & 19 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.2.2"
"puppeteer": "23.4.1"
},
"type": "module"
}
26 changes: 13 additions & 13 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 @@ -72,14 +72,14 @@ pyyaml = { version = "6.0.2" }
alembic = { version = "1.13.3", optional = true }
boltons = { version = "24.0.0", optional = true }
cornice = { version = "6.1.0", optional = true }
redis = { version = "5.0.8", optional = true }
redis = { version = "5.1.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 }
pyramid = { version = "2.0.2", optional = true }
pyramid-tm = { version = "2.5", optional = true }
sentry-sdk = { version = "2.13.0", optional = true }
sentry-sdk = { version = "2.15.0", optional = true }
ujson = { version = "5.10.0" }
cee_syslog_handler = { version = "0.6.0" }
SQLAlchemy = { version = "2.0.35", optional = true }
Expand All @@ -90,7 +90,7 @@ pyjwt = { version = "2.9.0", optional = true }
requests-oauthlib = { version = "2.0.0", optional = true }
waitress = { version = "3.0.0", optional = true }
scikit-image = { version = "0.24.0", optional = true }
prometheus-client = { version = "0.20.0", optional = true}
prometheus-client = { version = "0.21.0", optional = true}
pyramid_mako = { version = "1.1.0", optional = true}

[tool.poetry.extras]
Expand Down

0 comments on commit 58d3a9d

Please sign in to comment.