From f09e02b94e7efc2dfadc591a04f9b46f9e7248b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 08:47:26 -0700 Subject: [PATCH 1/6] Bump faker from 19.11.0 to 19.13.0 (#3924) Bumps [faker](https://github.com/joke2k/faker) from 19.11.0 to 19.13.0. - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](https://github.com/joke2k/faker/compare/v19.11.0...v19.13.0) --- updated-dependencies: - dependency-name: faker dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 0f2fcde75ef7..c383105b3cde 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -34,7 +34,7 @@ executing==1.2.0 # stack-data factory-boy==3.3.0 # via -r requirements-dev.in -faker==19.11.0 +faker==19.13.0 # via # -r requirements-dev.in # factory-boy From bf4ec5f72cc0c920136a0f854c87ed574c39e8fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 08:47:33 -0700 Subject: [PATCH 2/6] Bump google-api-python-client from 2.104.0 to 2.106.0 (#3916) Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.104.0 to 2.106.0. - [Release notes](https://github.com/googleapis/google-api-python-client/releases) - [Changelog](https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-api-python-client/compare/v2.104.0...v2.106.0) --- updated-dependencies: - dependency-name: google-api-python-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-base.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements-base.txt b/requirements-base.txt index 786e13ec1e56..83a1906ec860 100644 --- a/requirements-base.txt +++ b/requirements-base.txt @@ -130,7 +130,7 @@ frozenlist==1.4.0 # aiosignal google-api-core==2.11.1 # via google-api-python-client -google-api-python-client==2.104.0 +google-api-python-client==2.106.0 # via -r requirements-base.in google-auth==2.22.0 # via @@ -310,6 +310,7 @@ pyjwt[crypto]==2.8.0 # via # msal # oauthlib + # pyjwt pyparsing==3.1.1 # via # -r requirements-base.in From 98d33654e2a4886bc11dc690390929037a0ad0a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 08:47:42 -0700 Subject: [PATCH 3/6] Bump ruff from 0.1.1 to 0.1.3 (#3910) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.1 to 0.1.3. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.1.1...v0.1.3) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index c383105b3cde..d224588bcf2f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -90,7 +90,7 @@ python-dateutil==2.8.2 # via faker pyyaml==6.0.1 # via pre-commit -ruff==0.1.1 +ruff==0.1.3 # via -r requirements-dev.in six==1.16.0 # via From 2511c5b97f6545324cf7892e738c10d139782434 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 08:47:50 -0700 Subject: [PATCH 4/6] Bump werkzeug from 2.3.7 to 3.0.1 (#3908) Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.7 to 3.0.1. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/2.3.7...3.0.1) --- updated-dependencies: - dependency-name: werkzeug dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-base.txt b/requirements-base.txt index 83a1906ec860..f13f227048ee 100644 --- a/requirements-base.txt +++ b/requirements-base.txt @@ -504,7 +504,7 @@ wasabi==1.1.2 # weasel weasel==0.3.2 # via spacy -werkzeug==2.3.7 +werkzeug==3.0.1 # via schemathesis wrapt==1.15.0 # via deprecated From 5cb2cec5b6689a997d1eda1912055551f2c1f2f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 08:47:58 -0700 Subject: [PATCH 5/6] Bump cachetools from 5.3.1 to 5.3.2 (#3906) Bumps [cachetools](https://github.com/tkem/cachetools) from 5.3.1 to 5.3.2. - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tkem/cachetools/compare/v5.3.1...v5.3.2) --- updated-dependencies: - dependency-name: cachetools dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-base.txt b/requirements-base.txt index f13f227048ee..f0d0389d530e 100644 --- a/requirements-base.txt +++ b/requirements-base.txt @@ -45,7 +45,7 @@ botocore==1.31.59 # via # boto3 # s3transfer -cachetools==5.3.1 +cachetools==5.3.2 # via # -r requirements-base.in # google-auth From 4c0d50f0b779bde3a02f13cbb99b900bde451061 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 08:48:06 -0700 Subject: [PATCH 6/6] Bump black from 23.10.0 to 23.10.1 (#3901) Bumps [black](https://github.com/psf/black) from 23.10.0 to 23.10.1. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/23.10.0...23.10.1) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index d224588bcf2f..3e20adc3d858 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -12,7 +12,7 @@ attrs==22.1.0 # via -r requirements-dev.in backcall==0.2.0 # via ipython -black==23.10.0 +black==23.10.1 # via -r requirements-dev.in cfgv==3.4.0 # via pre-commit