Skip to content

Commit

Permalink
fix(deps): Update dependency snowflake-connector-python to v3.2.0 (#123)
Browse files Browse the repository at this point in the history
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

<details>
<summary>snowflakedb/snowflake-connector-python (snowflake-connector-python)</summary>

### [`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

</details>

---

### 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
cq-bot authored Oct 1, 2023
1 parent 60b99af commit 45fa46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/foundational_security/snowflake/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 45fa46b

Please sign in to comment.