hologram-python icon indicating copy to clipboard operation
hologram-python copied to clipboard

Update pyroute2 requirement from ==0.5.* to ==0.7.*

Open dependabot[bot] opened this issue 1 year ago • 0 comments

Updates the requirements on pyroute2 to permit the latest version.

Changelog

Sourced from pyroute2's changelog.

  • 0.7.1
  • 0.6.13
  • 0.6.12
  • 0.6.11
  • 0.6.10
    • ndb: fix DB reload on incomplete requests in the IPRoute API fallbacks: svinota/pyroute2#890
    • ndb: basic ipvlan support
    • ndb: support ndb.schema.backup("filename") fro SQLite3 backend
    • ndb: transactions, CheckProcess, PingAddress, see test_ndb/test_transaction.py and docs
    • ndb: make snapshots only for commit() calls, no automatic snapshots for apply()
    • netlink: filter out all the subsequent messages starting from the first error: svinota/pyroute2#892
    • protocols: fix arp module export
    • iproute: deprecate positional arguments to IPRoute.rule()
    • iproute, ndb: use pyroute2.requests to filter and transform API call arguments
    • conntrack: fix exports: svinota/pyroute2#900
    • nftables: multiple fixes: svinota/pyroute2#902
    • tc: fix em_ipset crash: svinota/pyroute2#905
    • tests: integrated pre-commit, github actions and more
    • tests: support basic OpenBSD tests
    • pyroute2-cli: parser fixes
  • 0.6.9
  • 0.6.8
  • 0.6.7
    • ndb: reload of tunnels in the down state svinota/pyroute2#878
    • ndb: improved reliability in the state sync, affected multihop and encap routes
    • ndb: improved neighbours management
  • 0.6.6

... (truncated)

Commits
  • 5c5c2b6 release: merge pull request #956 from svinota/svinota-rc-0.7.1
  • 5b97f92 general: merge pull request #955 from svinota/svinota-deprecations-0.7.1
  • cb9d9f1 changelog and version update
  • cdac120 ci: fix test_ndb/test_reports -- wait for items
  • 6113198 ndb.report: rename select() to fields()
  • 093dce5 pr2modules: warn with DeprecationWarning
  • a52bd4a docs: merge pull request #954 from svinota/svinota-docs-js-fixup
  • 3354cdb docs: JS fixup to use map() instead of for
  • 625f0bf ci: merge pull request #952 from svinota/svinota-pr2modules-deprecate
  • 63de855 dhcp: update docstring
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Jul 14 '22 18:07 dependabot[bot]