From bc76294e280f8a01cd1aef282750236823c9339f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 17:06:12 +0000 Subject: [PATCH 1/3] Chore(deps): Bump requests in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [requests](https://github.com/psf/requests). Updates `requests` from 2.31.0 to 2.32.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.2) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 379d1785..df6bd90f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "airbyte-api" @@ -2835,13 +2835,13 @@ files = [ [[package]] name = "requests" -version = "2.31.0" +version = "2.32.2" description = "Python HTTP for Humans." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"}, - {file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"}, + {file = "requests-2.32.2-py3-none-any.whl", hash = "sha256:fc06670dd0ed212426dfeb94fc1b983d917c4f9847c863f313c9dfaaffb7c23c"}, + {file = "requests-2.32.2.tar.gz", hash = "sha256:dd951ff5ecf3e3b3aa26b40703ba77495dab41da839ae72ef3c8e5d8e2433289"}, ] [package.dependencies] @@ -3666,4 +3666,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.10,<4.0" -content-hash = "6be92e6d85a72b9a9745638df95bc8138a22ccd3762f36b21e705bbe247966bc" +content-hash = "579c20a2deb1a34a5005045f7d28c8258e7654f67690b6c77291630effc04554" diff --git a/pyproject.toml b/pyproject.toml index 94193f97..a8de18a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ pyarrow = "^16.1.0" pydantic = ">=2.0,<=3.0" python-dotenv = "^1.0.1" python-ulid = "^2.2.0" -requests = "<=2.31.0" # 3.32.0 breaks docker tests +requests = "<=2.32.2" # 3.32.0 breaks docker tests rich = "^13.7.0" snowflake-connector-python = "^3.10.0" snowflake-sqlalchemy = "^1.5.1" From bae20175f23dee835f794d232c1477d81521aa49 Mon Sep 17 00:00:00 2001 From: "Aaron (\"AJ\") Steers" Date: Wed, 18 Sep 2024 10:19:57 -0700 Subject: [PATCH 2/3] Apply suggestions from code review --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a8de18a7..dfceea82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ pyarrow = "^16.1.0" pydantic = ">=2.0,<=3.0" python-dotenv = "^1.0.1" python-ulid = "^2.2.0" -requests = "<=2.32.2" # 3.32.0 breaks docker tests +requests = "<=2.32.2,!=3.32.0" # 3.32.0 breaks docker tests rich = "^13.7.0" snowflake-connector-python = "^3.10.0" snowflake-sqlalchemy = "^1.5.1" From 40482668736b55b881fc12e80c5b9a3f638797b3 Mon Sep 17 00:00:00 2001 From: octavia-squidington-iii Date: Wed, 18 Sep 2024 21:52:03 +0000 Subject: [PATCH 3/3] Auto-commit Updating dependencies Resolving dependencies... changes --- poetry.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index 537ebfc5..1d4d3d18 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3748,4 +3748,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.10,<4.0" -content-hash = "97bfc3d0e2c1099f7f542e17448da95a5530626f44e0e31da7e20b5b35fd1505" +content-hash = "9f0b4ff4a0a239441bb26078f9460de747a3b613b5f71e6e084ac3c3ce29d3e4"