Skip to content

Commit d1c1c5b

Browse files
authored
SNOW-1049425 Bump keyring dependency lower bound to address security vulnerability (#1883)
* bump keyring dependency lower bound * Add changelog entry
1 parent a382483 commit d1c1c5b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

DESCRIPTION.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
1515
- Bumped pyOpenSSL dependency from >=16.2.0,<24.0.0 to >=16.2.0,<25.0.0.
1616
- Fixed a memory leak in decimal data conversion.
1717
- Fixed a bug where `write_pandas` wasn't truncating the target table.
18+
- Bumped keyring dependency lower bound to 23.1.0 to address security vulnerability.
1819

1920
- v3.7.0(January 25,2024)
2021

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ pandas =
9696
pandas>=1.0.0,<3.0.0
9797
pyarrow
9898
secure-local-storage =
99-
keyring!=16.1.0,<25.0.0
99+
keyring>=23.1.0,<25.0.0

0 commit comments

Comments
 (0)