Skip to content

Commit

Permalink
fix(deps): update python to v3.13.0 (#312)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 10, 2024
1 parent 59819f4 commit 33c508d
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion growatt-ev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.7-alpine3.20
FROM python:3.13.0-alpine3.20

WORKDIR /opt/growatt-ev/

Expand Down
2 changes: 1 addition & 1 deletion irrd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.7-slim-bookworm
FROM python:3.13.0-slim-bookworm

# Install xz
RUN apt-get update \
Expand Down
4 changes: 2 additions & 2 deletions irrd/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 irrd/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["MattKobayashi <matthew@kobayashi.au>"]
package-mode = false

[tool.poetry.dependencies]
python = "3.12.7"
python = "3.13.0"
psycopg2-binary = "2.9.9"
PyYAML = "6.0.2"

Expand Down
2 changes: 1 addition & 1 deletion irrexplorer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.10-alpine3.19
FROM python:3.13.0-alpine3.19

RUN adduser --system irrexplorer \
&& apk --no-cache add tar build-base python3-dev poetry npm yarn
Expand Down
2 changes: 1 addition & 1 deletion vyos-release-alert/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.7-alpine3.20
FROM python:3.13.0-alpine3.20

WORKDIR /opt/vyos-blog-alert

Expand Down
2 changes: 1 addition & 1 deletion vyos-release-alert/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["MattKobayashi <matthew@kobayashi.au>"]
package-mode = false

[tool.poetry.dependencies]
python = "3.12.7"
python = "3.13.0"
feedparser = "6.0.11"

[tool.poetry.dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion yancobat/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["MattKobayashi <matthew@kobayashi.au>"]
package-mode = false

[tool.poetry.dependencies]
python = "3.12.7"
python = "3.13.0"
requests = "2.32.3"
ansible-pylibssh = "1.2.2"

Expand Down

0 comments on commit 33c508d

Please sign in to comment.