From e3a2daa6b3e5d8a611b79b9d55812c721615b4c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 04:13:43 +0000 Subject: [PATCH] Bump pytest from 7.4.0 to 7.4.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.0 to 7.4.3. - [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.4.0...7.4.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 64d7929..920d323 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,8 +40,14 @@ dill==0.3.6 # via pylint docker==6.1.3 # via -r requirements.in +exceptiongroup==1.1.3 + # via pytest idna==3.4 # via requests +importlib-resources==6.1.0 + # via + # jsonschema + # jsonschema-specifications iniconfig==1.1.1 # via pytest isort==5.10.1 @@ -72,6 +78,8 @@ packaging==23.0 # pytest-sugar pathspec==0.10.1 # via black +pkgutil-resolve-name==1.3.10 + # via jsonschema platformdirs==2.5.2 # via # black @@ -80,7 +88,7 @@ pluggy==1.0.0 # via pytest pylint==2.17.3 # via -r requirements.in -pytest==7.4.0 +pytest==7.4.3 # via # -r requirements.in # pytest-cookies @@ -124,8 +132,19 @@ termcolor==2.2.0 # via pytest-sugar text-unidecode==1.3 # via python-slugify +tomli==2.0.1 + # via + # black + # coverage + # pylint + # pytest tomlkit==0.11.4 # via pylint +typing-extensions==4.8.0 + # via + # astroid + # black + # pylint urllib3==1.26.12 # via # docker @@ -134,3 +153,5 @@ websocket-client==1.4.1 # via docker wrapt==1.14.1 # via astroid +zipp==3.17.0 + # via importlib-resources