From a9af2223ba54d17fe13acf70c0c06de5cde3ed2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jun 2023 09:58:23 +0000 Subject: [PATCH 1/2] Bump pytest from 7.3.1 to 7.3.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.1 to 7.3.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.3.1...7.3.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d37c2de32a..99a9aafe84 100644 --- a/requirements.txt +++ b/requirements.txt @@ -47,7 +47,7 @@ black==23.3.0 coverage==7.2.6 flake8==6.0.0 psycopg2-binary>=2.9.6 -pytest==7.3.1 +pytest==7.3.2 # Indirect, but required dependencies (often required for efficient deployments) gevent==22.10.2 greenlet==2.0.2 From 7cc9e724723f56406b3ccb1b9dabc78d0868b1d6 Mon Sep 17 00:00:00 2001 From: Aadesh-Baral Date: Thu, 22 Jun 2023 15:55:51 +0545 Subject: [PATCH 2/2] Bump pytest from 7.3.1 to 7.3.2 using pdm --- pdm.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pdm.lock b/pdm.lock index b0afe53903..8d3178d5b3 100644 --- a/pdm.lock +++ b/pdm.lock @@ -426,7 +426,7 @@ summary = "passive checker of Python programs" [[package]] name = "pytest" -version = "7.3.1" +version = "7.3.2" requires_python = ">=3.7" summary = "pytest: simple powerful testing with Python" dependencies = [ @@ -658,7 +658,7 @@ dependencies = [ lock_version = "4.2" cross_platform = true groups = ["default", "dev", "lint", "test"] -content_hash = "sha256:6bc2fe3a1c16b71f41bc0bef53b2968a83bd1b9062e64340dfe89b2c72282203" +content_hash = "sha256:384e2b9405270ccd10e93830adcb7b912ce0ad3cd57b730effa796926a8c8fc0" [metadata.files] "alembic 1.11.1" = [ @@ -1364,9 +1364,9 @@ content_hash = "sha256:6bc2fe3a1c16b71f41bc0bef53b2968a83bd1b9062e64340dfe89b2c7 {url = "https://files.pythonhosted.org/packages/af/4c/b1c7008aa7788b3e26c06c60aa18da7d3aa1f00e344aa3f18ac92768854b/pyflakes-3.0.1-py2.py3-none-any.whl", hash = "sha256:ec55bf7fe21fff7f1ad2f7da62363d749e2a470500eab1b555334b67aa1ef8cf"}, {url = "https://files.pythonhosted.org/packages/f2/51/506ddcfab10d708e8460554cc1cf37c727a6a2cccbad8dfe57766cfce33c/pyflakes-3.0.1.tar.gz", hash = "sha256:ec8b276a6b60bd80defed25add7e439881c19e64850afd9b346283d4165fd0fd"}, ] -"pytest 7.3.1" = [ - {url = "https://files.pythonhosted.org/packages/1b/d1/72df649a705af1e3a09ffe14b0c7d3be1fd730da6b98beb4a2ed26b8a023/pytest-7.3.1-py3-none-any.whl", hash = "sha256:3799fa815351fea3a5e96ac7e503a96fa51cc9942c3753cda7651b93c1cfa362"}, - {url = "https://files.pythonhosted.org/packages/ec/d9/36b65598f3d19d0a14d13dc87ad5fa42869ae53bb7471f619a30eaabc4bf/pytest-7.3.1.tar.gz", hash = "sha256:434afafd78b1d78ed0addf160ad2b77a30d35d4bdf8af234fe621919d9ed15e3"}, +"pytest 7.3.2" = [ + {url = "https://files.pythonhosted.org/packages/58/2a/07c65fdc40846ecb8a9dcda2c38fcb5a06a3e39d08d4a4960916431951cb/pytest-7.3.2.tar.gz", hash = "sha256:ee990a3cc55ba808b80795a79944756f315c67c12b56abd3ac993a7b8c17030b"}, + {url = "https://files.pythonhosted.org/packages/7a/d0/de969198293cdea22b3a6fb99a99aeeddb7b3827f0823b33c5dc0734bbe5/pytest-7.3.2-py3-none-any.whl", hash = "sha256:cdcbd012c9312258922f8cd3f1b62a6580fdced17db6014896053d47cddf9295"}, ] "python-dateutil 2.8.2" = [ {url = "https://files.pythonhosted.org/packages/36/7a/87837f39d0296e723bb9b62bbb257d0355c7f6128853c78955f57342a56d/python_dateutil-2.8.2-py2.py3-none-any.whl", hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9"}, diff --git a/pyproject.toml b/pyproject.toml index a594612fc7..c30da99cf3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ license = { text = "BSD-2-Clause" } [tool] [tool.pdm.dev-dependencies] -test = ["coverage==7.2.6", "pytest==7.3.1"] +test = ["coverage==7.2.6", "pytest==7.3.2"] lint = ["black==23.3.0", "flake8==6.0.0"] dev = ["psycopg2-binary>=2.9.6"]