Skip to content

Commit

Permalink
Update py3ews with python3.12 (#34507)
Browse files Browse the repository at this point in the history
* updated the from dockerfile and python varsion

* updated the from docker to devdemisto/crypto:1.0.0.117937

* updated the from docker to demisto/crypto:1.0.0.118072
  • Loading branch information
RotemAmit authored Dec 8, 2024
1 parent 97d52e5 commit 6f67bdb
Show file tree
Hide file tree
Showing 3 changed files with 137 additions and 120 deletions.
2 changes: 1 addition & 1 deletion docker/py3ews/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM demisto/crypto:1.0.0.117163
FROM demisto/crypto:1.0.0.118072

COPY requirements.txt .

Expand Down
2 changes: 1 addition & 1 deletion docker/py3ews/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ requests-ntlm = "==1.1.0" # lock because of https://github.com/requests/requests
ntlm-auth = ">=1.5.0"

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

0 comments on commit 6f67bdb

Please sign in to comment.