From 9e4107a9581926d516464fecb16056ff8440c679 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 00:25:48 +0000 Subject: [PATCH] Bump py from 1.9.0 to 1.11.0 in /etc Bumps [py](https://github.com/pytest-dev/py) from 1.9.0 to 1.11.0. - [Changelog](https://github.com/pytest-dev/py/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/py/compare/1.9.0...1.11.0) --- updated-dependencies: - dependency-name: py dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- etc/requirements_locked.txt | 2 +- etc/requirements_locked_old.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/requirements_locked.txt b/etc/requirements_locked.txt index f4283b71..cba02fa6 100644 --- a/etc/requirements_locked.txt +++ b/etc/requirements_locked.txt @@ -19,7 +19,7 @@ parameterized==0.7.4 # via -r etc/requirements_dev.in pip-tools==5.3.1 # via -r etc/requirements_dev.in pluggy==0.13.1 # via pytest py-cpuinfo==7.0.0 # via pytest-benchmark -py==1.9.0 # via pytest, pytest-forked +py==1.11.0 # via pytest, pytest-forked pycodestyle==2.6.0 # via flake8 pyflakes==2.2.0 # via flake8 pyluach==1.2.1 # via -r etc/requirements.in diff --git a/etc/requirements_locked_old.txt b/etc/requirements_locked_old.txt index 49e42df8..2643b60b 100644 --- a/etc/requirements_locked_old.txt +++ b/etc/requirements_locked_old.txt @@ -28,7 +28,7 @@ pathlib2==2.3.5 # via importlib-metadata, pytest, pytest-benchmark pip-tools==5.3.1 # via -r etc/requirements_dev.in pluggy==0.13.1 # via pytest py-cpuinfo==7.0.0 # via pytest-benchmark -py==1.9.0 # via pytest, pytest-forked +py==1.11.0 # via pytest, pytest-forked pycodestyle==2.6.0 # via flake8 pyflakes==2.2.0 # via flake8 pyparsing==2.4.7 # via packaging