We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 626b355 commit 1c7176eCopy full SHA for 1c7176e
.github/workflows/uv-lock-report.yml
@@ -0,0 +1,21 @@
1
+name: uv Lockfile Report
2
+
3
+on:
4
+ pull_request:
5
6
+permissions:
7
+ contents: read
8
+ pull-requests: write
9
10
+jobs:
11
+ report:
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - uses: actions/checkout@v5
15
+ with:
16
+ fetch-depth: 0
17
18
+ - name: Report
19
+ uses: mw-root/uv-lock-report@v0.7.0
20
21
+ github-token: ${{ secrets.GITHUB_TOKEN }}
pyproject.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
requires-python = ">=3.12,<3.14"
dependencies = [
"deepdiff==8.6.1",
- "orchestrator-core==4.5.3",
+ "orchestrator-core~=4.6.0",
"pynetbox==7.4.1",
"rich==13.9.4",
]
0 commit comments