Skip to content

Commit

Permalink
Merge branch 'master' into renovate/igorshubovych-markdownlint-cli-0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Oct 5, 2024
2 parents f6dbb3b + f66fc82 commit b9bac11
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 201 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.3"
PIPENV_INSTALL_VERSION: "2024.1.0"
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.3"
PIPENV_INSTALL_VERSION: "2024.1.0"
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.3`
pipenv==2024.1.0`
- Install project dependencies: `pipenv sync --dev`
- (Optional) Install [pre-commit](https://pre-commit.com) to verify code style
before committing
Expand Down
Loading

0 comments on commit b9bac11

Please sign in to comment.