From 9c134d1f6add46bf8ae37411d1447e89b396ad9d Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 13 Jun 2024 06:09:37 +0000 Subject: [PATCH] Update dependency pipenv to v2024 Signed-off-by: Mend Renovate --- .github/workflows/dependencies.yml | 2 +- .github/workflows/test.yml | 2 +- Contributing.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 7e1fd17b..18390269 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -8,7 +8,7 @@ on: # yamllint disable-line rule:truthy env: # https://github.com/pypa/pipenv/releases - PIPENV_INSTALL_VERSION: "2023.12.1" + PIPENV_INSTALL_VERSION: "2024.0.1" CATEGORIES: "packages,dev-packages,docs" jobs: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2eed9a4e..fd7a1d0f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ on: # yamllint disable-line rule:truthy env: # https://github.com/pypa/pipenv/releases - PIPENV_INSTALL_VERSION: "2023.12.1" + PIPENV_INSTALL_VERSION: "2024.0.1" PYTHON_VERSION: "3.11" # How long to run the executable automated tests TEST_DURATION_SECONDS: 60 diff --git a/Contributing.md b/Contributing.md index 3142fa00..41a56363 100644 --- a/Contributing.md +++ b/Contributing.md @@ -30,7 +30,7 @@ testing. [Pipfile](Pipfile). - Install dependencies: - Install [pipenv](https://pipenv.pypa.io): `pip install --user --upgrade - pipenv==2023.12.1` + pipenv==2024.0.1` - Install project dependencies: `pipenv sync --dev` - (Optional) Install [pre-commit](https://pre-commit.com) to verify code style before committing