From 0ee029f62f88b62be859d4c7c3bf9b504890fa48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 20:47:21 +0000 Subject: [PATCH 1/2] chore(deps): bump snowflake-sqlalchemy from 1.4.7 to 1.5.1 Bumps [snowflake-sqlalchemy](https://github.com/snowflakedb/snowflake-sqlalchemy) from 1.4.7 to 1.5.1. - [Release notes](https://github.com/snowflakedb/snowflake-sqlalchemy/releases) - [Commits](https://github.com/snowflakedb/snowflake-sqlalchemy/compare/v1.4.7...v1.5.1) --- updated-dependencies: - dependency-name: snowflake-sqlalchemy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7ecde3d..4bf3b49 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1289,13 +1289,13 @@ secure-local-storage = ["keyring (!=16.1.0,<24.0.0)"] [[package]] name = "snowflake-sqlalchemy" -version = "1.4.7" +version = "1.5.1" description = "Snowflake SQLAlchemy Dialect" optional = false python-versions = ">=3.7" files = [ - {file = "snowflake-sqlalchemy-1.4.7.tar.gz", hash = "sha256:64f0d5c0f73808ab5f52d7212698a5ec4cd63656f068fe6d4e9bddc05c0e367a"}, - {file = "snowflake_sqlalchemy-1.4.7-py2.py3-none-any.whl", hash = "sha256:0b8209fb3155f1c497f77909a9a02f5509433e69626b3577a40b1cb425020c2a"}, + {file = "snowflake-sqlalchemy-1.5.1.tar.gz", hash = "sha256:4f1383402ffc89311974bd810dee22003aef4af0f312a0fdb55778333ad1abf7"}, + {file = "snowflake_sqlalchemy-1.5.1-py2.py3-none-any.whl", hash = "sha256:df022fb73bc04d68dfb3216ebf7a1bfbd14d22def9c38bbe05275beb258adcd0"}, ] [package.dependencies] @@ -1433,4 +1433,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.7.1,<3.12" -content-hash = "f5ff92253b5270eef54f7ef0232ef6e48ad499d20e6ae4d017261ad588abc046" +content-hash = "360475f2669af9372a4f39401293696f09c60137009cfe2b3afe832b6afe6f50" diff --git a/pyproject.toml b/pyproject.toml index 52356f6..17ca6d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ packages = [ [tool.poetry.dependencies] python = ">=3.7.1,<3.12" -snowflake-sqlalchemy = "~=1.4.7" +snowflake-sqlalchemy = ">=1.4.7,<1.6.0" singer-sdk = "~=0.30.0" cryptography = ">=40,<42" From 3b8c8bdb80d6ce7c146dcf30e6d4f1daa1a44f3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= Date: Tue, 28 Nov 2023 16:04:07 -0600 Subject: [PATCH 2/2] Do not increase range --- .github/dependabot.yml | 3 ++- poetry.lock | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 933e6b1..c9923cc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,8 +10,9 @@ updates: schedule: interval: "daily" commit-message: - prefix: "chore(deps): " + prefix: "feat(deps): " prefix-development: "chore(deps-dev): " + versioning-strategy: increase-if-necessary - package-ecosystem: pip directory: "/.github/workflows" schedule: diff --git a/poetry.lock b/poetry.lock index 4bf3b49..8cd3021 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1433,4 +1433,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.7.1,<3.12" -content-hash = "360475f2669af9372a4f39401293696f09c60137009cfe2b3afe832b6afe6f50" +content-hash = "4a9cb63c3c894aadba4be6203f393eab3bfabf0aaa40429fc0f16324c9b284c3" diff --git a/pyproject.toml b/pyproject.toml index 17ca6d1..3d2ae65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ packages = [ [tool.poetry.dependencies] python = ">=3.7.1,<3.12" -snowflake-sqlalchemy = ">=1.4.7,<1.6.0" +snowflake-sqlalchemy = "~=1.5.1" singer-sdk = "~=0.30.0" cryptography = ">=40,<42"