From ff55f0840fa580bcf89c35afc4f75c070c4f0822 Mon Sep 17 00:00:00 2001 From: shahramn Date: Fri, 5 Jul 2024 13:32:49 +0100 Subject: [PATCH] Dependabot alerts #18: py --- ci/requirements-tests.txt | 2 +- tests/environment-ubuntu-3.7.yml | 2 +- tests/environment-windows-3.8.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/requirements-tests.txt b/ci/requirements-tests.txt index 78acff21..5079d25c 100644 --- a/ci/requirements-tests.txt +++ b/ci/requirements-tests.txt @@ -19,7 +19,7 @@ packaging==20.3 # via pytest pandas==1.0.3 # via xarray pep8==1.7.1 # via pytest-pep8 pluggy==0.13.1 # via pytest -py==1.10.0 # via pytest +py==1.11.0 # via pytest pycparser==2.20 # via cffi pyflakes==2.2.0 # via pytest-flakes pyparsing==2.4.7 # via packaging diff --git a/tests/environment-ubuntu-3.7.yml b/tests/environment-ubuntu-3.7.yml index e6c07009..832c17da 100644 --- a/tests/environment-ubuntu-3.7.yml +++ b/tests/environment-ubuntu-3.7.yml @@ -63,7 +63,7 @@ dependencies: - pip=21.2.2 - pluggy=1.0.0 - psutil=5.8.0 - - py=1.10.0 + - py=1.11.0 - pycparser=2.21 - pyparsing=3.0.4 - pytest=6.2.5 diff --git a/tests/environment-windows-3.8.yml b/tests/environment-windows-3.8.yml index a9643991..7f46c593 100644 --- a/tests/environment-windows-3.8.yml +++ b/tests/environment-windows-3.8.yml @@ -48,7 +48,7 @@ dependencies: - pip=21.2.2 - pluggy=0.13.1 - psutil=5.8.0 - - py=1.10.0 + - py=1.11.0 - pycparser=2.21 - pyparsing=3.0.4 - pytest=6.2.4