Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all patch versions (6.1) (patch) #2505

Merged
merged 2 commits into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2
16 changes: 8 additions & 8 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.5.3"
},
"type": "module"
}
334 changes: 163 additions & 171 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 @@ -72,17 +72,17 @@ 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.1.1", 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.15.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.0.3", optional = true }
"zope.sqlalchemy" = { version = "3.1", 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
Loading