Skip to content

Commit

Permalink
Merge pull request #584 from renovate-bot/renovate/pipenv-2024.x
Browse files Browse the repository at this point in the history
Update dependency pipenv to v2024
  • Loading branch information
mergify[bot] authored Jun 13, 2024
2 parents dad0a7e + 9c134d1 commit ca85b3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca85b3b

Please sign in to comment.