-
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.
MINOR: Bumped up PythonConnector MINOR version from 3.8.1 to 3.9.0 (#…
…1924) * MINOR: Bumped up PythonConnector MINOR version from 3.8.1 to 3.9.0 @noreview - This is an automated process. No review is required --------- Co-authored-by: Jenkins User <snowflake-provisioner> Co-authored-by: github-actions <[email protected]>
- Loading branch information
1 parent
5e66f1d
commit 1094a70
Showing
7 changed files
with
20 additions
and
20 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, 8, 1, None) | ||
VERSION = (3, 9, 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
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,22 @@ | ||
# Generated on: Python 3.12.2 | ||
# Generated on: Python 3.12.3 | ||
asn1crypto==1.5.1 | ||
certifi==2024.2.2 | ||
cffi==1.16.0 | ||
charset-normalizer==3.3.2 | ||
cryptography==42.0.5 | ||
filelock==3.13.3 | ||
idna==3.6 | ||
filelock==3.13.4 | ||
idna==3.7 | ||
packaging==24.0 | ||
platformdirs==4.2.0 | ||
pycparser==2.22 | ||
PyJWT==2.8.0 | ||
pyOpenSSL==24.1.0 | ||
pytz==2024.1 | ||
requests==2.31.0 | ||
setuptools==69.2.0 | ||
setuptools==69.5.1 | ||
sortedcontainers==2.4.0 | ||
tomlkit==0.12.4 | ||
typing_extensions==4.11.0 | ||
urllib3==2.2.1 | ||
wheel==0.43.0 | ||
snowflake-connector-python==3.8.1 | ||
snowflake-connector-python==3.9.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