Skip to content

Commit

Permalink
Python upgrades for security fixes. (#3465) (#3466)
Browse files Browse the repository at this point in the history
  • Loading branch information
przemyslavic authored Aug 29, 2024
1 parent 1e3c82c commit d950252
Show file tree
Hide file tree
Showing 8 changed files with 1,596 additions and 1,400 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM python:3.10.13-slim
FROM python:3.10.14-slim

ARG USERNAME=vscode
ARG USER_UID=1000
ARG USER_GID=$USER_UID

ARG AWS_CLI_VERSION=2.0.30
ARG AWS_CLI_VERSION=2.15.45
ARG HELM_VERSION=3.3.1
ARG KUBECTL_VERSION=1.22.4
ARG KUBELOGIN_VERSION=0.0.33
Expand Down
1,526 changes: 728 additions & 798 deletions .devcontainer/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions .devcontainer/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Epiphany Dev Container"
authors = ["Epiphany Platform"]

[tool.poetry.dependencies]
python = "3.10.13"
python = "3.10.14"
pyyaml = "*"
jinja2 = "*"
boto3 = "*"
Expand All @@ -14,7 +14,7 @@ python-json-logger = "*"
"ruamel.yaml" = "*"
click = "*"
ansible = "6.7.0"
azure-cli = "2.55.0"
azure-cli = "2.63.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down
331 changes: 162 additions & 169 deletions .devcontainer/requirements.txt

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM python:3.10.13-slim
FROM python:3.10.14-slim

ARG USERNAME=epiuser
ARG USER_UID=1000
ARG USER_GID=$USER_UID

ARG AWS_CLI_VERSION=2.0.30
ARG AWS_CLI_VERSION=2.15.45
ARG HELM_VERSION=3.3.1
ARG KUBECTL_VERSION=1.22.4
ARG KUBELOGIN_VERSION=0.0.33
Expand Down
832 changes: 554 additions & 278 deletions cli/licenses.py

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/changelogs/CHANGELOG-2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
### Fixed

- [#3452](https://github.com/hitachienergy/epiphany/issues/3452) - Import new AlmaLinux 8 GPG key
- [#3464](https://github.com/hitachienergy/epiphany/issues/3464) - Update Python dependencies to fix security issues


## [2.0.14] 2024-04-25

Expand Down
293 changes: 144 additions & 149 deletions docs/home/COMPONENTS.md

Large diffs are not rendered by default.

0 comments on commit d950252

Please sign in to comment.