Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
FROM python:3.8-slim
FROM python:3.10-slim

RUN apt-get update && \
apt-get install -y git && \
python3 -m pip install --upgrade pip

# Configure environments vars. Overriden by GitHub Actions
ENV INPUT_SNOWFLAKE_ACCOUNT=
Expand Down
56 changes: 28 additions & 28 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
# Generated on: Python 3.8.3
# With §ake-connector-python version: 2.3.4
asn1crypto==1.4.0
azure-common==1.1.25
azure-core==1.8.2
azure-storage-blob==12.5.0
boto3==1.15.18
botocore==1.18.18
certifi==2020.6.20
cffi==1.14.3
chardet==3.0.4
cryptography==2.9.2
idna==2.10
isodate==0.6.0
jmespath==0.10.0
msrest==0.6.19
oauthlib==3.1.0
oscrypto==1.2.1
pycparser==2.20
pycryptodomex==3.9.8
PyJWT==1.7.1
pyOpenSSL==19.1.0
python-dateutil==2.8.1
pytz==2020.1
requests==2.23.0
asn1crypto==1.5.1
azure-common==1.1.28
azure-core==1.29.4
azure-storage-blob==12.18.3
boto3==1.28.63
botocore==1.31.63
certifi==2022.12.7
cffi==1.16.0
chardet==5.2.0
cryptography==41.0.4
idna==3.4
isodate==0.6.1
jmespath==1.0.1
msrest==0.7.1
oauthlib==3.2.2
oscrypto @ git+https://github.com/wbond/oscrypto.git@1547f53
pycparser==2.21
pycryptodomex==3.19.0
PyJWT==2.8.0
pyOpenSSL==23.2.0
python-dateutil==2.8.2
pytz==2023.3
requests==2.28.0
requests-oauthlib==1.3.0
s3transfer==0.3.3
six==1.15.0
urllib3==1.25.11
snowflake-connector-python
python-dotenv
s3transfer==0.7.0
six==1.16.0
urllib3==1.26.13
snowflake-connector-python==3.3.0
python-dotenv==1.0.0