Skip to content

Commit

Permalink
Update all patch versions (master) (patch) (#1190)
Browse files Browse the repository at this point in the history
* Update all patch versions

* Apply pre-commit fix

From the artifact of the previous workflow run

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: geo-ghci-int[bot] <146321879+geo-ghci-int[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and geo-ghci-int[bot] authored Jan 17, 2025
1 parent 12ce4a2 commit 478664c
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 23 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2018-2024, Camptocamp SA
Copyright (c) 2018-2025, Camptocamp SA
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
15 changes: 8 additions & 7 deletions acceptance_tests/poetry.lock

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

4 changes: 2 additions & 2 deletions acceptance_tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ python = ">=3.10,<3.13"
pytest-cov = "6.0.0"
prospector = { version = "1.13.3", extras = ["with_ruff"] }
prospector-profile-duplicated = "1.8.1"
prospector-profile-utils = "1.14.0"
prospector-profile-utils = "1.14.1"
typing-extensions = "4.12.2"
c2cwsgiutils = { version = "6.1.5", extras = ["standard", "test_images"] }
c2cwsgiutils = { version = "6.1.7", extras = ["standard", "test_images"] }
requests = "2.32.3"
boltons = "24.1.0"
netifaces = "0.11.0"
Expand Down
2 changes: 1 addition & 1 deletion acceptance_tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
poetry==1.8.4
poetry==1.8.5
pip==24.3.1
15 changes: 8 additions & 7 deletions app/poetry.lock

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

4 changes: 2 additions & 2 deletions app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ authors = []
python = ">=3.10,<3.13"
PyYAML = "6.0.2"
inotify = "0.2.10"
c2cwsgiutils = { version = "6.1.5", extras = ["broadcast", "standard", "oauth2", "debug"] }
c2cwsgiutils = { version = "6.1.7", extras = ["broadcast", "standard", "oauth2", "debug"] }
pyramid-mako = "1.1.0"

[tool.poetry.dev-dependencies]
prospector = { version = "1.13.3", extras = ["with_mypy", "with_bandit", "with_pyroma", "with_ruff"] }
prospector-profile-duplicated = "1.8.1"
prospector-profile-utils = "1.13.0"
types-pyyaml = "6.0.12.20240917"
types-pyyaml = "6.0.12.20241230"
types-requests = "2.32.0.20241016"
pytest = "8.3.4"

Expand Down
2 changes: 1 addition & 1 deletion app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
poetry==1.8.4
poetry==1.8.5
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ services:
hostname: slave-file

redis:
image: redis:7.4.1
image: redis:7.4.2
mem_limit: 64m
command: redis-server --save "" --appendonly no

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
c2cwsgiutils[broadcast,standard]==6.1.5
c2cwsgiutils[broadcast,standard]==6.1.7
yamllint==1.35.1

0 comments on commit 478664c

Please sign in to comment.