Fix: UPDATE Dependencies
This commit is contained in:
parent
30773e042b
commit
9297be22e0
@ -1,9 +1,6 @@
|
|||||||
# DERIVADO DE https://alextereshenkov.github.io/run-python-tests-with-tox-in-docker.html
|
# DERIVADO DE https://alextereshenkov.github.io/run-python-tests-with-tox-in-docker.html
|
||||||
FROM ubuntu:24.04
|
FROM ubuntu:24.04
|
||||||
|
|
||||||
ENV TZ=America/Bogota
|
|
||||||
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
|
||||||
|
|
||||||
RUN apt-get -qq update
|
RUN apt-get -qq update
|
||||||
|
|
||||||
RUN apt install software-properties-common -y \
|
RUN apt install software-properties-common -y \
|
||||||
|
4
setup.py
4
setup.py
@ -16,8 +16,8 @@ with open('HISTORY.rst') as history_file:
|
|||||||
requirements = ['Click>=8.1.7',
|
requirements = ['Click>=8.1.7',
|
||||||
'zeep==4.2.1',
|
'zeep==4.2.1',
|
||||||
'lxml==5.2.2',
|
'lxml==5.2.2',
|
||||||
'cryptography==42.0.8',
|
'cryptography==3.3.2',
|
||||||
'pyOpenSSL==24.1.0',
|
'pyOpenSSL==20.0.1',
|
||||||
'xmlsig==0.1.7',
|
'xmlsig==0.1.7',
|
||||||
'xades==1.0.0',
|
'xades==1.0.0',
|
||||||
'xmlsec==1.3.14',
|
'xmlsec==1.3.14',
|
||||||
|
Loading…
Reference in New Issue
Block a user