Skip to content

Commit

Permalink
[v2.0] Bump Python dependencies (#3428)
Browse files Browse the repository at this point in the history
  • Loading branch information
przemyslavic authored Jan 11, 2024
1 parent addf9d1 commit 19f980f
Show file tree
Hide file tree
Showing 9 changed files with 1,250 additions and 1,579 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10.12-slim
FROM python:3.10.13-slim

ARG USERNAME=vscode
ARG USER_UID=1000
Expand Down
Empty file modified .devcontainer/gen-requirements.sh
100644 → 100755
Empty file.
1,387 changes: 712 additions & 675 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.12"
python = "3.10.13"
pyyaml = "*"
jinja2 = "*"
boto3 = "*"
Expand All @@ -14,7 +14,7 @@ python-json-logger = "*"
"ruamel.yaml" = "*"
click = "*"
ansible = "6.7.0"
azure-cli = "2.51.0"
azure-cli = "2.55.0"

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10.12-slim
FROM python:3.10.13-slim

ARG USERNAME=epiuser
ARG USER_UID=1000
Expand Down
800 changes: 218 additions & 582 deletions cli/licenses.py

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/changelogs/CHANGELOG-2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
### Fixed

- [#3424](https://github.com/hitachienergy/epiphany/issues/3424) - PostgreSQL yum repo GPG key not available
- [#3421](https://github.com/hitachienergy/epiphany/issues/3421) - Bump Python dependencies to the latest to fix a number of CVE issues, including: ***CVE-2023-48795 - Terrapin attack***

## [2.0.10] 2023-11-17

Expand Down
295 changes: 146 additions & 149 deletions docs/home/COMPONENTS.md

Large diffs are not rendered by default.

0 comments on commit 19f980f

Please sign in to comment.