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

Update dependency pynetbox to v7 #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dm-renovate[bot]
Copy link

@dm-renovate dm-renovate bot commented Sep 26, 2024

This PR contains the following updates:

Package Update Change
pynetbox major ==5.0.5 -> ==7.4.1

Release Notes

netbox-community/pynetbox (pynetbox)

v7.4.1: - 2024-10-25

Compare Source

  • Updated requests and urllib3 python libraries due to security vulnerabilities.

v7.4.0

Compare Source

What's Changed

Full Changelog: netbox-community/pynetbox@v7.3.4...v7.4.0

v7.3.4

Compare Source

What's Changed
New Contributors

Full Changelog: netbox-community/pynetbox@v7.3.3...v7.3.4

v7.3.3: 7.3.3

Compare Source

fix pypi release

v7.2.0: 7.2.0

Compare Source

What's Changed

Full Changelog: netbox-community/pynetbox@v7.1.0...v7.2.0

v7.1.0: 7.1.0

Compare Source

What's Changed

Full Changelog: netbox-community/pynetbox@v7.0.1...v7.1.0

v7.0.1: 7.0.1

Compare Source

What's Changed

Full Changelog: netbox-community/pynetbox@v7.0.0...v7.0.1

v7.0.0: 7.0.0

Compare Source

What's Changed

Full Changelog: netbox-community/pynetbox@v6.6.1...v7.0.0

v6.6.2: 6.6.2

Compare Source

What's Changed
New Contributors

Full Changelog: netbox-community/pynetbox@v6.6.1...v6.6.2

v6.6.1: 6.6.1

Compare Source

What's Changed
New Contributors

Full Changelog: netbox-community/pynetbox@v6.6.0...v6.6.1

v6.6.0: 6.6.0

Compare Source

What's Changed

Full Changelog: netbox-community/pynetbox@v6.5.0...v6.6.0

v6.5.0: 6.5.0

Compare Source

What's Changed

Full Changelog: netbox-community/pynetbox@v6.4.1...v6.5.0

v6.4.1: 6.4.1

Compare Source

What's Changed

Full Changelog: netbox-community/pynetbox@v6.4.0...v6.4.1

v6.4.0: 6.4.0

Compare Source

What's Changed

Full Changelog: netbox-community/pynetbox@v6.3.0...v6.4.0

v6.3.0

Compare Source

What's Changed

Full Changelog: netbox-community/pynetbox@v6.2.0...v6.3.0

v6.2.0: 6.2.0

Compare Source

What's Changed
New Contributors

Full Changelog: netbox-community/pynetbox@v6.1.3...v6.2.0

v6.1.3: 6.1.3

Compare Source

Adds dash-separated plugin endpoint name support (#​332 Thanks @​dvaccarosenna)

v6.1.2: 6.1.2

Compare Source

  • Fixes issue giving Endpoint.create() a list of dicts (#​370).

v6.1.1: 6.1.1

Compare Source

  • Fixes issue with duplicate returns when threading is enabled (#​364).
  • Fixes updates to config_context data (#​365).
  • Re-implements ValueError from Endpoint.get() when used with kwargs and more than one result is found (#​366).

v6.1.0: 6.1.0

Compare Source

v6.0.2: 6.0.2

Compare Source

v6.0.1: 6.0.1

Compare Source

  • Fixes broken DetailEndpoint.list() (#​352)

v6.0.0: 6.0.0

Compare Source

  • BREAKING CHANGE Endpoint.all() and .filter() no longer return lists, instead they return a ReturnSet object now. Iterating over this object calls a generator which steps through paginated results now as-needed.
  • Endpoint.all() and .filter() now accept a limit kwarg that controls the page size of paginated results.
  • Fixes issue pickling responses from Endpoint.all() and `.filter() (#​331, thanks again @​markkuleinio).
  • Implemented integration tests against four previous major NetBox releases (thanks @​raddessi).
  • Ends python 2 support.

v5.3.1: 5.3.1

Compare Source

Fixes URL on requests to plugins endpoints (#​302).

v5.3.0: 5.3.0

Compare Source

  • Improves on Record._endpoint_from_url()'s path parsing to avoid URL format issues. #​323

v5.2.1: 5.2.1

Compare Source

v5.2.0: 5.2.0

Compare Source

  • Adds support for the /dcim/interfaces/:id/trace endpoint via the .trace() method on an interface record. #​280 (Thanks @​raddessi)
  • Add support for /api/users/ endpoints in NetBox 2.9+. #​313 (Thanks @​markkuleinio)
  • Add Api.status() to be used with NetBox 2.10.0+. #​314 (Thanks @​markkuleinio)
  • Fixes bug in Endpoint.get() to return None when a non-existent object is queried by ID. #​292 (Thanks @​Dimaqa)

v5.1.2: 5.1.2

Compare Source

Fixes issue saving tags on NetBox 2.9+ instances (#​311)

v5.1.1: 5.1.1

Compare Source

  • Fixes bug with where URL was mangled calling .save() (#​304)

v5.1.0: 5.1.0

Compare Source

  • Add Basic plugins support (#​290).

v5.0.8: 5.0.8

Compare Source

  • Fixes malformed URL when calling .save() and .delete() on nested objects. (#​287)

v5.0.7: 5.0.7

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@dm-renovate dm-renovate bot force-pushed the renovate/pynetbox-7.x branch from ced3b5c to 0050eb5 Compare October 25, 2024 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

0 participants