Skip to content

Commit ac34fd2

Browse files
sfc-gh-stangithub-actions
andauthored
Bumped up PythonConnector MINOR version from 3.4.0 to 3.4.1 (#1797)
* Preparation for 3.4.1 release * Update requirements files * Add version change * Change release date to tomorrow --------- Co-authored-by: github-actions <[email protected]>
1 parent 4f46237 commit ac34fd2

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

DESCRIPTION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
99
# Release Notes
1010

1111

12-
- v3.4.1(TBD)
12+
- v3.4.1(November 08, 2023)
1313

1414
- Bumped vendored `urllib3` to 1.26.18
1515
- Bumped vendored `requests` to 2.31.0

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, 4, 0, None)
3+
VERSION = (3, 4, 1, None)

tested_requirements/requirements_310.reqs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
asn1crypto==1.5.1
33
certifi==2023.7.22
44
cffi==1.16.0
5-
charset-normalizer==3.3.1
5+
charset-normalizer==3.3.2
66
cryptography==41.0.5
77
filelock==3.13.1
88
idna==3.4
@@ -14,7 +14,7 @@ pyOpenSSL==23.3.0
1414
pytz==2023.3.post1
1515
requests==2.31.0
1616
sortedcontainers==2.4.0
17-
tomlkit==0.12.1
17+
tomlkit==0.12.2
1818
typing_extensions==4.8.0
1919
urllib3==1.26.18
2020
snowflake-connector-python==3.4.0

tested_requirements/requirements_311.reqs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
asn1crypto==1.5.1
33
certifi==2023.7.22
44
cffi==1.16.0
5-
charset-normalizer==3.3.1
5+
charset-normalizer==3.3.2
66
cryptography==41.0.5
77
filelock==3.13.1
88
idna==3.4
@@ -14,7 +14,7 @@ pyOpenSSL==23.3.0
1414
pytz==2023.3.post1
1515
requests==2.31.0
1616
sortedcontainers==2.4.0
17-
tomlkit==0.12.1
17+
tomlkit==0.12.2
1818
typing_extensions==4.8.0
1919
urllib3==1.26.18
2020
snowflake-connector-python==3.4.0

tested_requirements/requirements_38.reqs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
asn1crypto==1.5.1
33
certifi==2023.7.22
44
cffi==1.16.0
5-
charset-normalizer==3.3.1
5+
charset-normalizer==3.3.2
66
cryptography==41.0.5
77
filelock==3.13.1
88
idna==3.4
@@ -14,7 +14,7 @@ pyOpenSSL==23.3.0
1414
pytz==2023.3.post1
1515
requests==2.31.0
1616
sortedcontainers==2.4.0
17-
tomlkit==0.12.1
17+
tomlkit==0.12.2
1818
typing_extensions==4.8.0
1919
urllib3==1.26.18
2020
snowflake-connector-python==3.4.0

tested_requirements/requirements_39.reqs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
asn1crypto==1.5.1
33
certifi==2023.7.22
44
cffi==1.16.0
5-
charset-normalizer==3.3.1
5+
charset-normalizer==3.3.2
66
cryptography==41.0.5
77
filelock==3.13.1
88
idna==3.4
@@ -14,7 +14,7 @@ pyOpenSSL==23.3.0
1414
pytz==2023.3.post1
1515
requests==2.31.0
1616
sortedcontainers==2.4.0
17-
tomlkit==0.12.1
17+
tomlkit==0.12.2
1818
typing_extensions==4.8.0
1919
urllib3==1.26.18
2020
snowflake-connector-python==3.4.0

0 commit comments

Comments
 (0)