Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #141 from beeware/dependabot/pip/pre-commit-3.7.1
Browse files Browse the repository at this point in the history
Bump pre-commit from 3.7.0 to 3.7.1
  • Loading branch information
freakboy3742 authored May 12, 2024
2 parents 172b490 + e83d7af commit dbe9ddf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install system dependencies
run: sudo apt install -y pkg-config python3-dev libgirepository1.0-dev gir1.2-gtk-3.0
run: |
sudo apt update -y
sudo apt install -y pkg-config python3-dev libgirepository1.0-dev gir1.2-gtk-3.0
- name: Install Tox
run: |
Expand Down
1 change: 1 addition & 0 deletions changes/141.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated pre-commit from 3.7.0 to 3.7.1.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dev = [
"coverage[toml] == 7.5.1",
# Pre-commit 3.6.0 deprecated support for Python 3.8
"pre-commit == 3.5.0 ; python_version < '3.9'",
"pre-commit == 3.7.0 ; python_version >= '3.9'",
"pre-commit == 3.7.1 ; python_version >= '3.9'",
"pytest == 8.2.0",
"tox == 4.15.0",
]
Expand Down

0 comments on commit dbe9ddf

Please sign in to comment.