Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 21a3749

Browse files
committed
chore: bump versions
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 1a277ef commit 21a3749

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ jobs:
112112
- name: Run repo-review action
113113
uses: ./
114114
with:
115-
plugins: sp-repo-review==2024.08.19
115+
plugins: sp-repo-review==2025.01.22

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ repos:
7979
exclude: .pre-commit-config.yaml
8080

8181
- repo: https://github.com/henryiii/validate-pyproject-schema-store
82-
rev: 2024.11.25
82+
rev: 2025.01.20
8383
hooks:
8484
- id: validate-pyproject
8585

docs/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@
6464
<App
6565
header={true}
6666
deps={[
67-
"repo-review~=0.11.0",
68-
"sp-repo-review==2024.08.19",
69-
"validate-pyproject-schema-store== 2024.08.19",
70-
"validate-pyproject[all]~=0.19.0",
67+
"repo-review~=0.11.4",
68+
"sp-repo-review==2025.01.22",
69+
"validate-pyproject-schema-store==2025.01.20",
70+
"validate-pyproject[all]~=0.23.0",
7171
]}
7272
/>,
7373
);

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ cli = [
6464
[dependency-groups]
6565
test = [
6666
"pytest >=7",
67-
"sp-repo-review >=2024.08.19",
67+
"sp-repo-review >=2025.01.22",
6868
"validate-pyproject >=0.14",
6969
]
7070
dev = [
@@ -96,7 +96,7 @@ features = ["cli"]
9696
# duplicated since hatch doesn't support groups yet
9797
dependencies = [
9898
"pytest >=7",
99-
"sp-repo-review >=2024.08.19",
99+
"sp-repo-review >=2025.01.22",
100100
"validate-pyproject >=0.14",
101101
]
102102
env-vars.PYTHONWARNDEFAULTENCODING = "1"

0 commit comments

Comments
 (0)