Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(deps): Bump snowflake-connector-python from 3.12.0 to 3.12.1 in the runtime-dependencies group #246

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2024

Bumps the runtime-dependencies group with 1 update: snowflake-connector-python.

Updates snowflake-connector-python from 3.12.0 to 3.12.1

Release notes

Sourced from snowflake-connector-python's releases.

3.12.1

  • v3.12.1(August 20,2024)
    • Fixed a bug that logged the session token when renewing a session.
    • Fixed a bug where disabling client telemetry did not work.
    • Fixed a bug where passing login_timeout as a string raised a TypeError during the login retry step.
    • Use pathlib instead of os for default config file location resolution.
    • Removed upper cryptogaphy version pin.
    • Removed reference to script snowflake-export-certs (its backing module was already removed long ago)
    • Enhanced retry mechanism for handling transient network failures during query result polling when no server response is received.
Commits
  • 2b44cd3 PATCH: Bumped up PythonConnector PATCH version from 3.12.0 to 3.12.1 (#2032)
  • d3efb17 SNOW-1562604: enhance error handling when polling query result (#2027)
  • 5832190 SNOW-1432591: update readme on disabling telemetry (#2028)
  • 416ff57 SNOW-1571763 fix login timeout read pattern (#2022)
  • 7b596b2 SNOW-1613751 remove reference to script snowflake-export-certs (#2023)
  • d9598b6 SNOW-1620333: unpin cryptography and add deprecation detection (#2021)
  • 125a2db Fix default config location resolution on Windows OS (#2017)
  • bc29756 SNOW-1570328: fix disabling client telemetry (#2013)
  • 34abbaf SNOW-1563453: remove oob telemetry usage in connector (#2014)
  • 706bc2f SNOW-1546127: Fix python connector log leaking token inside http response bod...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the runtime-dependencies group with 1 update: [snowflake-connector-python](https://github.com/snowflakedb/snowflake-connector-python).


Updates `snowflake-connector-python` from 3.12.0 to 3.12.1
- [Release notes](https://github.com/snowflakedb/snowflake-connector-python/releases)
- [Commits](snowflakedb/snowflake-connector-python@v3.12.0...v3.12.1)

---
updated-dependencies:
- dependency-name: snowflake-connector-python
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 26, 2024
Copy link
Member

@edgarrmondragon edgarrmondragon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot merged commit 93ac952 into main Aug 26, 2024
10 checks passed
@dependabot dependabot bot deleted the dependabot/pip/runtime-dependencies-70e62bf942 branch August 26, 2024 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant