Skip to content

Commit

Permalink
Merge branch 'master' into renovate/mcr.microsoft.com-devcontainers-p…
Browse files Browse the repository at this point in the history
…ython-1-3.11-bullseye
  • Loading branch information
mergify[bot] authored Sep 26, 2024
2 parents acee2c4 + 065cc1c commit 5f0e66f
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: "2024.0.2"
PIPENV_INSTALL_VERSION: "2024.0.3"
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: "2024.0.2"
PIPENV_INSTALL_VERSION: "2024.0.3"
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==2024.0.2`
pipenv==2024.0.3`
- 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 5f0e66f

Please sign in to comment.