Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

One dep pr to rule them all part4 #532

Merged
merged 11 commits into from
Nov 4, 2024
Merged

Conversation

rustydb
Copy link
Contributor

@rustydb rustydb commented Nov 4, 2024

Summary and Scope

Dependabot mono-PR.

  • I have added new tests to cover the new code
  • If adding a new file, I have updated pyinstaller.py
  • I have added entries in CHANGELOG.md for the changes in this PR

Issues and Related PRs

Includes:

Testing

Ran the following commands on redbull and inspected their outputs:

redbull-pit:/var/www/ephemeral/prep # canu --version
canu, version 1.9.6.dev11+g4c8d0a1
canu validate shcd -a tds --shcd ./Shasta\ River\ Redbull\ CCD_RevA16.xlsx --tabs 25G_10G,NMN,HMN --corners I15,Q50,I9,S10,I20,S30 --log DEBUG --json --out ccj.json
canu generate network config --ccj ccj.json --csm 1.6 --sls-file redbull/sls_input_file.json --folder generated
canu validate switch config --ip 10.254.0.2 --generated ./generated/sw-spine-001.cfg --remediation

Output files:
canu-pr-532.tar.gz

dependabot bot and others added 11 commits November 4, 2024 11:04
---
updated-dependencies:
- dependency-name: sphinx-markdown-builder
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [netmiko](https://github.com/ktbyers/netmiko) from 4.1.2 to 4.4.0.
- [Release notes](https://github.com/ktbyers/netmiko/releases)
- [Changelog](https://github.com/ktbyers/netmiko/blob/develop/release_process.txt)
- [Commits](ktbyers/netmiko@v4.1.2...v4.4.0)

---
updated-dependencies:
- dependency-name: netmiko
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [openpyxl](https://openpyxl.readthedocs.io) from 3.1.2 to 3.1.5.

---
updated-dependencies:
- dependency-name: openpyxl
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [tomli](https://github.com/hukkin/tomli) from 2.0.1 to 2.0.2.
- [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md)
- [Commits](hukkin/tomli@2.0.1...2.0.2)

---
updated-dependencies:
- dependency-name: tomli
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [responses](https://github.com/getsentry/responses) from 0.23.1 to 0.25.3.
- [Release notes](https://github.com/getsentry/responses/releases)
- [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES)
- [Commits](getsentry/responses@0.23.1...0.25.3)

---
updated-dependencies:
- dependency-name: responses
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [click-params](https://github.com/click-contrib/click_params) from 0.4.1 to 0.5.0.
- [Changelog](https://github.com/click-contrib/click_params/blob/master/CHANGELOG.md)
- [Commits](https://github.com/click-contrib/click_params/commits/0.5.0)

---
updated-dependencies:
- dependency-name: click-params
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [mkdocs-material-extensions](https://github.com/facelessuser/mkdocs-material-extensions) to permit the latest version.
- [Release notes](https://github.com/facelessuser/mkdocs-material-extensions/releases)
- [Changelog](https://github.com/facelessuser/mkdocs-material-extensions/blob/master/changelog.md)
- [Commits](facelessuser/mkdocs-material-extensions@1.1.1...1.3.1)

---
updated-dependencies:
- dependency-name: mkdocs-material-extensions
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.17.3 to 4.23.0.
- [Release notes](https://github.com/python-jsonschema/jsonschema/releases)
- [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst)
- [Commits](python-jsonschema/jsonschema@v4.17.3...v4.23.0)

---
updated-dependencies:
- dependency-name: jsonschema
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [flake8-quotes](https://github.com/zheller/flake8-quotes) to permit the latest version.
- [Commits](zheller/flake8-quotes@3.3.2...3.4.0)

---
updated-dependencies:
- dependency-name: flake8-quotes
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [mike](https://github.com/jimporter/mike) to permit the latest version.
- [Release notes](https://github.com/jimporter/mike/releases)
- [Changelog](https://github.com/jimporter/mike/blob/master/CHANGES.md)
- [Commits](jimporter/mike@v1.1.2...v2.1.3)

---
updated-dependencies:
- dependency-name: mike
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@rustydb rustydb requested a review from a team as a code owner November 4, 2024 17:09
@rustydb rustydb changed the title WIP One dep pr to rule them all part4 ne dep pr to rule them all part4 Nov 4, 2024
@rustydb rustydb changed the title ne dep pr to rule them all part4 One dep pr to rule them all part4 Nov 4, 2024
@rustydb rustydb merged commit 4acc980 into main Nov 4, 2024
13 checks passed
@rustydb rustydb deleted the one-dep-pr-to-rule-them-all-part4 branch November 4, 2024 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants