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 Nov 1, 2024
1 parent 36f2c3f commit 58e375c
Show file tree
Hide file tree
Showing 6 changed files with 68 additions and 64 deletions.
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
pip==24.2
pip==24.3.1
26 changes: 13 additions & 13 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.5.0"
"puppeteer": "23.6.1"
},
"type": "module"
}
94 changes: 49 additions & 45 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,19 +72,19 @@ 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.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 }
pyramid = { version = "2.0.2", optional = true }
pyramid-tm = { version = "2.5", optional = true }
sentry-sdk = { version = "2.15.0", 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-Utils = { version = "0.41.2", optional = true }
"zope.interface" = { version = "7.0.3", 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 }
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ poetry==1.8.3
poetry-dynamic-versioning[plugin]==1.4.1
poetry-plugin-tweak-dependencies-version==1.5.2
poetry-plugin-export==1.8.0
pip==24.2
pip==24.3.1
poetry-plugin-drop-python-upper-constraint==0.1.0

0 comments on commit 58e375c

Please sign in to comment.