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 minor versions (master) (minor) #11761

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 4 additions & 0 deletions ci/dpkg-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1401,6 +1401,7 @@ camptocamp/geomapfish-qgisserver:gmflatest-qgislr:
ubuntu_24_04/tar: 1.35+dfsg-3build1
ubuntu_24_04/tzdata: 2024b-0ubuntu0.24.04.1
ubuntu_24_04/ubuntu-keyring: 2023.11.28.1
ubuntu_24_04/unminimize: 0.2.1
ubuntu_24_04/unzip: 6.0-28ubuntu4.1
ubuntu_24_04/util-linux: 2.39.3-9ubuntu6.2
ubuntu_24_04/x11-common: 1:7.7+23ubuntu3
Expand Down Expand Up @@ -1818,6 +1819,7 @@ camptocamp/geomapfish-qgisserver:gmflatest-qgislr-debug:
ubuntu_24_04/tzdata: 2024b-0ubuntu0.24.04.1
ubuntu_24_04/ubuntu-keyring: 2023.11.28.1
ubuntu_24_04/ucf: 3.0043+nmu1
ubuntu_24_04/unminimize: 0.2.1
ubuntu_24_04/unzip: 6.0-28ubuntu4.1
ubuntu_24_04/util-linux: 2.39.3-9ubuntu6.2
ubuntu_24_04/x11-common: 1:7.7+23ubuntu3
Expand Down Expand Up @@ -2227,6 +2229,7 @@ camptocamp/geomapfish-qgisserver:gmflatest-qgisltr:
ubuntu_24_04/tar: 1.35+dfsg-3build1
ubuntu_24_04/tzdata: 2024b-0ubuntu0.24.04.1
ubuntu_24_04/ubuntu-keyring: 2023.11.28.1
ubuntu_24_04/unminimize: 0.2.1
ubuntu_24_04/unzip: 6.0-28ubuntu4.1
ubuntu_24_04/util-linux: 2.39.3-9ubuntu6.2
ubuntu_24_04/x11-common: 1:7.7+23ubuntu3
Expand Down Expand Up @@ -2636,6 +2639,7 @@ camptocamp/geomapfish-qgisserver:gmflatest-qgismaster:
ubuntu_24_04/tar: 1.35+dfsg-3build1
ubuntu_24_04/tzdata: 2024a-3ubuntu1.1
ubuntu_24_04/ubuntu-keyring: 2023.11.28.1
ubuntu_24_04/unminimize: 0.2.1
ubuntu_24_04/unzip: 6.0-28ubuntu4.1
ubuntu_24_04/util-linux: 2.39.3-9ubuntu6.1
ubuntu_24_04/x11-common: 1:7.7+23ubuntu3
Expand Down
6 changes: 3 additions & 3 deletions doc/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ authors = []
python = ">=3.10,<3.13"
alabaster = "1.0.0" # theme
Pygments = "2.19.1"
Sphinx = "8.1.3"
Sphinx = "8.2.1"
sphinx-prompt = "1.9.0"
sphinx-jsonschema = "1.19.1"
sphinx-argparse = "0.5.2"
Sphinx-Substitution-Extensions = { extras = ["prompt"], version = "2025.1.2" }
Sphinx-Substitution-Extensions = { extras = ["prompt"], version = "2025.2.19" }
sphinxcontrib-mermaid = "1.0.0"
c2cwsgiutils = ">=6.0.0.dev148"
tilecloud-chain = "1.22.0"
boto3 = { version = "1.36.13", optional = true }
boto3 = { version = "1.37.4", optional = true }
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
poetry==2.0.1
poetry==2.1.1
poetry-plugin-export==1.9.0
2 changes: 1 addition & 1 deletion docker/config/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
poetry==2.0.1
poetry==2.1.1
poetry-plugin-export==1.9.0
18 changes: 9 additions & 9 deletions docker/qgisserver/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 docker/qgisserver/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ psycopg2 = "2.9.10"
pytz = "2025.1"

[tool.poetry.dev-dependencies]
prospector = { version = "1.14.1", extras = ["with_mypy", "with_bandit", "with_ruff"] }
prospector = { version = "1.15.2", extras = ["with_mypy", "with_bandit", "with_ruff"] }
prospector-profile-duplicated = "1.10.4"
prospector-profile-utils = "1.17.0"
prospector-profile-utils = "1.21.8"
types-pyyaml = "6.0.12.20241230"
pytest = "8.3.4"
2 changes: 1 addition & 1 deletion docker/qgisserver/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
poetry==2.0.1
poetry==2.1.1
poetry-plugin-export==1.9.0
Loading
Loading