From de10bd7812745b5dc374ac620176bf69957e1f5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 15:54:30 +0000 Subject: [PATCH] Bump pytest from 8.0.1 to 8.1.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.1 to 8.1.1. - [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/8.0.1...8.1.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile.lock | 12 ++++++------ requirements.txt | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 3ddb0453..6aab8891 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -508,11 +508,11 @@ }, "packaging": { "hashes": [ - "sha256:048fb0e9405036518eaaf48a55953c750c11e1a1b68e0dd1a9d62ed0c092cfc5", - "sha256:8c491190033a9af7e1d931d0b5dacc2ef47509b34dd0de67ed209b5203fc88c7" + "sha256:2ddfb553fdf02fb784c234c7ba6ccc288296ceabec964ad2eae3777778130bc5", + "sha256:eb82c5e3e56209074766e6885bb04b8c38a0c015d0a30036ebe7ece34c9989e9" ], "markers": "python_version >= '3.7'", - "version": "==23.2" + "version": "==24.0" }, "pipenv": { "hashes": [ @@ -559,12 +559,12 @@ }, "pytest": { "hashes": [ - "sha256:267f6563751877d772019b13aacbe4e860d73fe8f651f28112e9ac37de7513ae", - "sha256:3e4f16fe1c0a9dc9d9389161c127c3edc5d810c38d6793042fb81d9f48a59fca" + "sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7", + "sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==8.0.1" + "version": "==8.1.1" }, "python-dateutil": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index c462a58a..000f5e11 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44,16 +44,16 @@ python-http-client==3.3.7; python_version >= '2.7' and python_version not in '3. pytz==2024.1 s3transfer==0.4.2 sendgrid==6.11.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' -setuptools==69.2.0; python_version >= '3.8' +setuptools==69.1.1; python_version >= '3.8' six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' sqlalchemy==2.0.28; python_version >= '3.7' starkbank-ecdsa==2.2.0 tatsu==5.8.3; python_version >= '3.8' tomli==2.0.1; python_version < '3.11' -types-python-dateutil==2.9.0.20240316; python_version >= '3.8' +types-python-dateutil==2.8.19.20240106; python_version >= '3.8' typing-extensions==4.10.0; python_version >= '3.8' urllib3==1.26.18; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' virtualenv==20.25.1; python_version >= '3.7' virtualenv-clone==0.5.7; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' werkzeug==3.0.1; python_version >= '3.8' -zipp==3.18.1; python_version >= '3.8' +zipp==3.17.0; python_version >= '3.8'