Skip to content

Commit

Permalink
fix(deps): update python to v3.13.1 (#380)
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 Dec 10, 2024
1 parent a63a228 commit e372c0e
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.13.0-alpine3.20
FROM python:3.13.1-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.11.10-slim-bookworm
FROM python:3.13.1-slim-bookworm

# Misc dependencies
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 <[email protected]>"]
package-mode = false

[tool.poetry.dependencies]
python = "3.11.10"
python = "3.13.1"
psycopg2-binary = "2.9.10"
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.13.0-alpine3.19
FROM python:3.13.1-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.13.0-alpine3.20
FROM python:3.13.1-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 <[email protected]>"]
package-mode = false

[tool.poetry.dependencies]
python = "3.13.0"
python = "3.13.1"
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 <[email protected]>"]
package-mode = false

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

Expand Down

0 comments on commit e372c0e

Please sign in to comment.