Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
minimum_pre_commit_version: 1.15.2
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v6.0.0
hooks:
- id: check-merge-conflict
description: Check for files that contain merge conflict strings.
Expand All @@ -27,7 +27,7 @@ repos:
- id: check-json

- repo: https://github.com/jazzband/pip-tools
rev: 7.3.0
rev: v7.5.2
hooks:
- id: pip-compile
files: ^requirements/release\.(in|txt)$
Expand Down
6 changes: 4 additions & 2 deletions requirements/release.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
pre-commit
python-tools-scripts >= 0.18.6
pre-commit >= 4.5.1
python-tools-scripts >= 0.20.5
filelock>=3.20.1
urllib3>=2.6.3
19 changes: 10 additions & 9 deletions requirements/release.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile requirements/release.in
Expand All @@ -16,8 +16,9 @@ charset-normalizer==3.4.0
# via requests
distlib==0.3.9
# via virtualenv
filelock==3.16.1
filelock==3.20.2
# via
# -r requirements/release.in
# python-tools-scripts
# virtualenv
identify==2.6.3
Expand All @@ -32,16 +33,16 @@ nodeenv==1.9.1
# via pre-commit
platformdirs==4.3.6
# via virtualenv
pre-commit==4.0.1
# via -r release.in
pre-commit==4.5.1
# via -r requirements/release.in
pydantic==2.10.3
# via python-tools-scripts
pydantic-core==2.27.1
# via pydantic
pygments==2.18.0
# via rich
python-tools-scripts==0.20.5
# via -r release.in
# via -r requirements/release.in
pyyaml==6.0.2
# via pre-commit
requests==2.32.4
Expand All @@ -52,9 +53,9 @@ typing-extensions==4.12.2
# via
# pydantic
# pydantic-core
# python-tools-scripts
# rich
urllib3==2.6.0
# via requests
urllib3==2.6.3
# via
# -r requirements/release.in
# requests
virtualenv==20.28.0
# via pre-commit
Loading