File tree Expand file tree Collapse file tree 4 files changed +105
-85
lines changed Expand file tree Collapse file tree 4 files changed +105
-85
lines changed Original file line number Diff line number Diff line change 11version : 2
2- enable-beta-ecosystems : true
2+
33updates :
44 - package-ecosystem : " uv"
55 directory : " /"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 ]
3838dev = [
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" ,
You can’t perform that action at this time.
0 commit comments