Skip to content

Commit

Permalink
Update Python
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent c3beb86 commit b740f7a
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 85 deletions.
10 changes: 3 additions & 7 deletions gamutrflib/poetry.lock

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

2 changes: 1 addition & 1 deletion gamutrflib/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packages = [
numpy = "2.1.2"
scipy = "1.14.1"
pandas = "2.2.3"
python = ">=3.10,<3.13"
python = ">=3.13,<3.14"
pyzmq = "26.2.0"
zstandard = "0.23.0"

Expand Down
10 changes: 3 additions & 7 deletions gamutrfwaterfall/poetry.lock

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

2 changes: 1 addition & 1 deletion gamutrfwaterfall/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ matplotlib = "3.9.2"
numpy = "2.1.2"
pandas = "2.2.3"
pycairo = "1.27.0"
python = ">=3.10,<3.13"
python = ">=3.13,<3.14"
pyzmq = "26.2.0"
scipy = "1.14.1"
zstandard = "0.23.0"
Expand Down
52 changes: 4 additions & 48 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ paho-mqtt = "2.1.0"
pandas = "2.2.3"
pbr = "6.1.0"
prometheus_client = "0.21.0"
python = ">=3.10,<3.13"
python = ">=3.13,<3.14"
pyzmq = "26.2.0"
requests = "2.32.3"
sigmf = "1.2.3"
Expand Down
2 changes: 1 addition & 1 deletion utils/mavlink-api/Dockerfile.mavlink-api
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# nosemgrep:github.workflows.config.dockerfile-source-not-pinned
FROM python:3.11-slim
FROM python:3.13-slim

WORKDIR /app
ENV PYTHONPATH=${PYTHONPATH}:${PWD}
Expand Down
2 changes: 1 addition & 1 deletion utils/mavlink-api/Dockerfile.mqtt-publisher
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# nosemgrep:github.workflows.config.dockerfile-source-not-pinned
FROM python:3.11-slim
FROM python:3.13-slim

WORKDIR /app
ENV PYTHONPATH=${PYTHONPATH}:${PWD}
Expand Down
19 changes: 2 additions & 17 deletions utils/mavlink-api/poetry.lock

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

2 changes: 1 addition & 1 deletion utils/mavlink-api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["lk-iqt <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.10,<3.13"
python = ">=3.13,<3.14"
Flask = "^3.0.0"
pymavlink = "^2.4.40"
pyserial = "^3.5"
Expand Down

0 comments on commit b740f7a

Please sign in to comment.