Skip to content

Commit

Permalink
Merge branch 'master' into autoupdate/demisto/py3-tools-ubi_py3-nativ…
Browse files Browse the repository at this point in the history
…e_1.0.0.2069261
  • Loading branch information
yaakovpraisler authored Jan 26, 2025
2 parents 598039b + 147b676 commit 7d7b847
Show file tree
Hide file tree
Showing 74 changed files with 4,626 additions and 4,641 deletions.
14 changes: 7 additions & 7 deletions docker/fastapi/Pipfile.lock

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

2 changes: 1 addition & 1 deletion docker/parse-emails/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM demisto/python3:3.11.10.116949
FROM demisto/python3:3.12.8.1983910

COPY requirements.txt .

Expand Down
50 changes: 31 additions & 19 deletions docker/parse-emails/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 docker/parse-emails/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Your Name <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "~3.11"
python = "~3.12"
parse-emails = "*"

[build-system]
Expand Down
2 changes: 1 addition & 1 deletion docker/polyswarm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM demisto/python3:3.11.10.116949
FROM demisto/python3:3.12.8.1983910

COPY requirements.txt .

Expand Down
2 changes: 1 addition & 1 deletion docker/polyswarm/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ polyswarm = "3.7.0"
[dev-packages]

[requires]
python_version = "3.11"
python_version = "3.12"
Loading

0 comments on commit 7d7b847

Please sign in to comment.