Skip to content

Commit

Permalink
updating requirements, updating workflows and fixing device (#2383)
Browse files Browse the repository at this point in the history
  • Loading branch information
danner26 authored Oct 11, 2024
1 parent 0411135 commit 830f401
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-generated-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: python3 scripts/update-schema.py
if: ${{ steps.netbox-release.outputs.release != vars.SCHEMA_VERSION }}
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
commit-message: "Regenerate master slug list after successful PR merge"
committer: "NetBox-Bot <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
run: pytest --tb=short -v
- name: Check for pickle file change
id: pickle-change
uses: tj-actions/changed-files@v44
uses: tj-actions/changed-files@v45
with:
files: 'tests/known-slugs.pickle'
- name: Add PR Comment if pickle file is modified
Expand Down
4 changes: 2 additions & 2 deletions device-types/Arista/DCS-7130LBR-48S6QD-R.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
manufacturer: Arista
model: DDCS-7130LBR-48S6QD-R
model: DCS-7130LBR-48S6QD-R
slug: arista-ddcs-7130lbr-48s6qd-r
part_number: DDCS-7130LBR-48S6QD-R
part_number: DCS-7130LBR-48S6QD-R
u_height: 1
weight: 33
weight_unit: lb
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
jsonschema==4.23.0
jsondiff==2.2.0
jsondiff==2.2.1
pre-commit==3.8.0
pytest==8.3.2
PyYAML==6.0.1
pytest==8.3.3
PyYAML==6.0.2
yamllint==1.35.1
gitpython==3.1.43
psutil==6.0.0

0 comments on commit 830f401

Please sign in to comment.