From 45fa46b5512a8fbca7cc55ef0095ceb8ceb41281 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sun, 1 Oct 2023 06:37:56 +0300 Subject: [PATCH] fix(deps): Update dependency snowflake-connector-python to v3.2.0 (#123) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [snowflake-connector-python](https://www.snowflake.com/) ([source](https://togithub.com/snowflakedb/snowflake-connector-python), [changelog](https://togithub.com/snowflakedb/snowflake-connector-python/blob/main/DESCRIPTION.md)) | minor | `==3.1.1` -> `==3.2.0` | --- ### Release Notes
snowflakedb/snowflake-connector-python (snowflake-connector-python) ### [`v3.2.0`](https://togithub.com/snowflakedb/snowflake-connector-python/releases/tag/v3.2.0): Release [Compare Source](https://togithub.com/snowflakedb/snowflake-connector-python/compare/v3.1.1...v3.2.0) - v3.2.0(September 06,2023) - Made the `parser` -> `manager` renaming more consistent in `snowflake.connector.config_manager` module. - Added support for default values for ConfigOptions - Added default_connection_name to config.toml file
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- aws/foundational_security/snowflake/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws/foundational_security/snowflake/requirements.txt b/aws/foundational_security/snowflake/requirements.txt index e366fd885..c5afff544 100644 --- a/aws/foundational_security/snowflake/requirements.txt +++ b/aws/foundational_security/snowflake/requirements.txt @@ -14,7 +14,7 @@ pyOpenSSL==23.2.0 python-dotenv==1.0.0 pytz==2023.3.post1 requests==2.31.0 -snowflake-connector-python==3.1.1 +snowflake-connector-python==3.2.0 sortedcontainers==2.4.0 typing_extensions==4.7.1 urllib3==1.26.16