Skip to content

Commit 075fc05

Browse files
Merge branch 'main' into qt/beginner-friendly-botstrap
2 parents 8eee160 + 8fdc370 commit 075fc05

File tree

4 files changed

+105
-85
lines changed

4 files changed

+105
-85
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
version: 2
2-
enable-beta-ecosystems: true
2+
33
updates:
44
- package-ecosystem: "uv"
55
directory: "/"

.github/workflows/lint-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Upload a Build Artifact
6060
if: always() && steps.prepare-artifact.outcome == 'success'
6161
continue-on-error: true
62-
uses: actions/upload-artifact@v4
62+
uses: actions/upload-artifact@v5
6363
with:
6464
name: pull-request-payload
6565
path: pull_request_payload.json

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies = [
1111
"beautifulsoup4==4.12.3",
1212
"colorama==0.4.6; sys_platform == \"win32\"",
1313
"coloredlogs==15.0.1",
14-
"deepdiff==8.5.0",
14+
"deepdiff==8.6.1",
1515
"emoji==2.14.1",
1616
"feedparser==6.0.11",
1717
"lxml==6.0.0",
@@ -21,7 +21,7 @@ dependencies = [
2121
"python-dateutil==2.9.0.post0",
2222
"python-frontmatter==1.1.0",
2323
"rapidfuzz==3.12.1",
24-
"regex==2024.11.6",
24+
"regex==2025.10.23",
2525
"sentry-sdk==2.22.0",
2626
"tenacity==9.0.0",
2727
"tldextract==5.1.3",
@@ -36,11 +36,11 @@ prerelease = "allow"
3636

3737
[dependency-groups]
3838
dev = [
39-
"coverage==7.6.12",
39+
"coverage==7.11.0",
4040
"httpx==0.28.1",
4141
"pre-commit==4.1.0",
4242
"pytest==8.3.4",
43-
"pytest-cov==6.0.0",
43+
"pytest-cov==7.0.0",
4444
"pytest-subtests==0.14.1",
4545
"pytest-xdist==3.6.1",
4646
"ruff==0.9.9",

0 commit comments

Comments
 (0)