Skip to content

Commit

Permalink
Update py-ews with python3.12 (#34516)
Browse files Browse the repository at this point in the history
* updated py-ews with python3.12

* updated the from docker to demisto/python3-deb:3.12.7.117935
  • Loading branch information
RotemAmit authored Dec 8, 2024
1 parent b41907e commit 97d52e5
Show file tree
Hide file tree
Showing 3 changed files with 180 additions and 159 deletions.
2 changes: 1 addition & 1 deletion docker/py-ews/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM demisto/python3-deb:3.11.10.117398
FROM demisto/python3-deb:3.12.7.117935

# END Docker file from https://raw.githubusercontent.com/docker-library/python/331890ef059fae05f84c652520b78c340526dc71/3.10/bullseye/Dockerfile

Expand Down
2 changes: 1 addition & 1 deletion docker/py-ews/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ tzlocal = "*"
urllib3 = "<2"

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

0 comments on commit 97d52e5

Please sign in to comment.