From ef323a2f2348c0cb601803dee44ecc3f335309e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Jul 2022 12:53:40 +0000 Subject: [PATCH 1/2] chore(deps-dev): Bump types-requests from 2.28.3 to 2.28.4 Bumps [types-requests](https://github.com/python/typeshed) from 2.28.3 to 2.28.4. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-type: direct:development update-type: version-update:semver-patch ... 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 367309751..c1388249a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1068,7 +1068,7 @@ python-versions = "*" [[package]] name = "types-requests" -version = "2.28.3" +version = "2.28.4" description = "Typing stubs for requests" category = "dev" optional = false @@ -1160,7 +1160,7 @@ docs = ["sphinx", "sphinx-rtd-theme", "sphinx-copybutton", "myst-parser"] [metadata] lock-version = "1.1" python-versions = "<3.11,>=3.7.1" -content-hash = "b74b78cb9ce97818736201985548a194774c710b054165ef5b0aa9073c0610c5" +content-hash = "d0a4dd4b41dfb09a72dbe33833304685b2730621d7c194b85f73642d727462d4" [metadata.files] alabaster = [ @@ -1995,8 +1995,8 @@ types-python-dateutil = [ {file = "types_python_dateutil-2.8.19-py3-none-any.whl", hash = "sha256:6284df1e4783d8fc6e587f0317a81333856b872a6669a282f8a325342bce7fa8"}, ] types-requests = [ - {file = "types-requests-2.28.3.tar.gz", hash = "sha256:fb9ea69311766967f9e91861211ec7449f6484025b766ea709689c0dbb29d7ba"}, - {file = "types_requests-2.28.3-py3-none-any.whl", hash = "sha256:66f0e427708588d4dac2f365a0b2c1ad8f31780429fd8ad193fec93139b22112"}, + {file = "types-requests-2.28.4.tar.gz", hash = "sha256:1b9bedd60e789db62b73a4a5e5f5a78c3106e535ad69faba97b0bbdb1ea36b8f"}, + {file = "types_requests-2.28.4-py3-none-any.whl", hash = "sha256:3ded964449fbd695ab0f8570828e2fa7cb120c3ebe8cac520e7db5834d2c8e75"}, ] types-urllib3 = [ {file = "types-urllib3-1.26.7.tar.gz", hash = "sha256:cfd1fbbe4ba9a605ed148294008aac8a7b8b7472651d1cc357d507ae5962e3d2"}, diff --git a/pyproject.toml b/pyproject.toml index 308c29129..07f073d7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ viztracer = "^0.15.3" requests-mock = "^1.9.3" sqlalchemy2-stubs = {version = "^0.0.2a24", allow-prereleases = true} types-python-dateutil = "^2.8.19" -types-requests = "^2.28.3" +types-requests = "^2.28.4" coverage = {extras = ["toml"], version = "^6.4"} # Cookiecutter tests From c4c31ac8f290106bd02d48f881ecb6885e54793b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Jul 2022 09:35:32 -0500 Subject: [PATCH 2/2] chore(deps): Bump virtualenv from 20.15.1 to 20.16.0 in /.github/workflows (#860) chore(deps): Bump virtualenv in /.github/workflows Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.15.1 to 20.16.0. - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.15.1...20.16.0) --- updated-dependencies: - dependency-name: virtualenv 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> --- .github/workflows/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/constraints.txt b/.github/workflows/constraints.txt index 361d351cd..3399ab2fe 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -1,5 +1,5 @@ pip==22.2 poetry==1.1.14 -virtualenv==20.15.1 +virtualenv==20.16.0 nox==2022.1.7 nox-poetry==1.0.1