-
Notifications
You must be signed in to change notification settings - Fork 473
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumped up PythonConnector MINOR version from 3.3.1 to 3.4.0 (#1787)
Co-authored-by: Jenkins User <snowflake-provisioner> Co-authored-by: Kiran Dama <69480841+sfc-gh-kdama@users.noreply.github.com> Co-authored-by: github-actions <github-actions@github.com>
- Loading branch information
1 parent
a3b9f11
commit bbf8aac
Showing
6 changed files
with
28 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Update this for the versions | ||
# Don't change the forth version number from None | ||
VERSION = (3, 3, 1, None) | ||
VERSION = (3, 4, 0, None) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,20 @@ | ||
# Generated on: Python 3.11.5 | ||
# Generated on: Python 3.11.6 | ||
asn1crypto==1.5.1 | ||
certifi==2023.7.22 | ||
cffi==1.16.0 | ||
charset-normalizer==3.3.0 | ||
cryptography==41.0.4 | ||
filelock==3.12.4 | ||
charset-normalizer==3.3.1 | ||
cryptography==41.0.5 | ||
filelock==3.13.1 | ||
idna==3.4 | ||
oscrypto==1.3.0 | ||
packaging==23.2 | ||
platformdirs==3.11.0 | ||
pycparser==2.21 | ||
pycryptodomex==3.19.0 | ||
PyJWT==2.8.0 | ||
pyOpenSSL==23.2.0 | ||
pyOpenSSL==23.3.0 | ||
pytz==2023.3.post1 | ||
requests==2.31.0 | ||
sortedcontainers==2.4.0 | ||
tomlkit==0.12.1 | ||
typing_extensions==4.8.0 | ||
urllib3==1.26.17 | ||
snowflake-connector-python==3.3.0 | ||
urllib3==1.26.18 | ||
snowflake-connector-python==3.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters