Skip to content

Commit bd48e22

Browse files
sfc-gh-yixiesfc-gh-pczajka
authored andcommitted
3.14-Update Requirements (#2190)
1 parent e1c14fa commit bd48e22

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

src/snowflake/connector/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Update this for the versions
22
# Don't change the forth version number from None
3-
VERSION = (3, 13, 2, None)
3+
VERSION = (3, 14, 0, None)

tested_requirements/requirements_310.reqs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Generated on: Python 3.10.16
22
asn1crypto==1.5.1
3-
certifi==2024.12.14
3+
certifi==2025.1.31
44
cffi==1.17.1
55
charset-normalizer==3.4.1
6-
cryptography==44.0.0
6+
cryptography==44.0.2
77
filelock==3.17.0
88
idna==3.10
99
packaging==24.2
1010
platformdirs==4.3.6
1111
pycparser==2.22
1212
PyJWT==2.10.1
13-
pyOpenSSL==24.3.0
14-
pytz==2024.2
13+
pyOpenSSL==25.0.0
14+
pytz==2025.1
1515
requests==2.32.3
1616
sortedcontainers==2.4.0
1717
tomlkit==0.13.2

tested_requirements/requirements_311.reqs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Generated on: Python 3.11.11
22
asn1crypto==1.5.1
3-
certifi==2024.12.14
3+
certifi==2025.1.31
44
cffi==1.17.1
55
charset-normalizer==3.4.1
6-
cryptography==44.0.0
6+
cryptography==44.0.2
77
filelock==3.17.0
88
idna==3.10
99
packaging==24.2
1010
platformdirs==4.3.6
1111
pycparser==2.22
1212
PyJWT==2.10.1
13-
pyOpenSSL==24.3.0
14-
pytz==2024.2
13+
pyOpenSSL==25.0.0
14+
pytz==2025.1
1515
requests==2.32.3
1616
sortedcontainers==2.4.0
1717
tomlkit==0.13.2

tested_requirements/requirements_312.reqs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
# Generated on: Python 3.12.8
1+
# Generated on: Python 3.12.9
22
asn1crypto==1.5.1
3-
certifi==2024.12.14
3+
certifi==2025.1.31
44
cffi==1.17.1
55
charset-normalizer==3.4.1
6-
cryptography==44.0.0
6+
cryptography==44.0.2
77
filelock==3.17.0
88
idna==3.10
99
packaging==24.2
1010
platformdirs==4.3.6
1111
pycparser==2.22
1212
PyJWT==2.10.1
13-
pyOpenSSL==24.3.0
14-
pytz==2024.2
13+
pyOpenSSL==25.0.0
14+
pytz==2025.1
1515
requests==2.32.3
16-
setuptools==75.8.0
16+
setuptools==75.8.2
1717
sortedcontainers==2.4.0
1818
tomlkit==0.13.2
1919
typing_extensions==4.12.2

tested_requirements/requirements_39.reqs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Generated on: Python 3.9.21
22
asn1crypto==1.5.1
3-
certifi==2024.12.14
3+
certifi==2025.1.31
44
cffi==1.17.1
55
charset-normalizer==3.4.1
6-
cryptography==44.0.0
6+
cryptography==44.0.2
77
filelock==3.17.0
88
idna==3.10
99
packaging==24.2
1010
platformdirs==4.3.6
1111
pycparser==2.22
1212
PyJWT==2.10.1
13-
pyOpenSSL==24.3.0
14-
pytz==2024.2
13+
pyOpenSSL==25.0.0
14+
pytz==2025.1
1515
requests==2.32.3
1616
sortedcontainers==2.4.0
1717
tomlkit==0.13.2

0 commit comments

Comments
 (0)