Anubis icon indicating copy to clipboard operation
Anubis copied to clipboard

Update dependency censys to v2.2.14

Open renovate[bot] opened this issue 4 years ago • 0 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
censys (changelog) ==2.1.1 -> ==2.2.14 age adoption passing confidence

Release Notes

censys/censys-python (censys)

v2.2.14

Compare Source

What's Changed

Full Changelog: https://github.com/censys/censys-python/compare/v2.2.13...v2.2.14

v2.2.13

Compare Source

What's Changed

Full Changelog: https://github.com/censys/censys-python/compare/v2.2.12...v2.2.13

v2.2.12

Compare Source

What's Changed ❇️

Full Changelog: https://github.com/censys/censys-python/compare/v2.2.11...v2.2.12

v2.2.11

Compare Source

What's Changed ❇️

Full Changelog: https://github.com/censys/censys-python/compare/v2.2.10...v2.2.11

v2.2.10

Compare Source

What's Changed ❇️

Full Changelog: https://github.com/censys/censys-python/compare/v2.2.9...v2.2.10

v2.2.9

Compare Source

What's Changed ❇️

Full Changelog: https://github.com/censys/censys-python/compare/v2.2.8...v2.2.9

v2.2.8

Compare Source

What's Changed ❇️

  • Added retry for HTTP 503 status code

Full Changelog: https://github.com/censys/censys-python/compare/v2.2.7...v2.2.8

v2.2.7

Compare Source

Breaking Changes :x:

Full Changelog: https://github.com/censys/censys-python/compare/v2.2.6...v2.2.7

v2.2.6

Compare Source

What's Changed ❇️

Full Changelog: https://github.com/censys/censys-python/compare/v2.2.5...v2.2.6

v2.2.5

Compare Source

What's Changed ❇️

Full Changelog: https://github.com/censys/censys-python/compare/v2.2.4...v2.2.5

v2.2.4

Compare Source

What's Changed ❇️

Full Changelog: https://github.com/censys/censys-python/compare/v2.2.3...v2.2.4

v2.2.3

Compare Source

What's Changed ❇️

Breaking Changes :x:

  • Renamed the ASM API Client Events to Logbook for consistency

    • Imports will need to be updated.

    Old Imports

    from censys.asm.events import Events
    

    New Imports ✨

    from censys.asm.logbook import Logbook
    

Full Changelog: https://github.com/censys/censys-python/compare/v2.2.2...v2.2.3

v2.2.2

Compare Source

What's Changed ❇️

Full Changelog: https://github.com/censys/censys-python/compare/v2.2.1...v2.2.2

v2.2.1

Compare Source

What's Changed ❇️

Full Changelog: https://github.com/censys/censys-python/compare/v2.2.0...v2.2.1

v2.2.0

Compare Source

What's Changed ❇️

  • Added Certs V2 (CensysCerts) and Web Entities (WebEntitiesAssets) API Support in https://github.com/censys/censys-python/pull/468

  • Added deprecation for Certs V1 This is going away soon, please switch to Certs v2 (docs)

  • Added Certificate index to the view and search commands

    • Try it now:
    censys view 9b00121b4e85d50667ded1a8aa39855771bdb67ceca6f18726b49374b41f0041 --index-type certificates
    

Or

censys search 'names: censys.io' --index-type certificates --fields names

* Enhanced the `subdomains` command using the new Certs V2 API
#### Breaking Changes :x:

* Removed `Risksv1` and renamed `Risksv2` to simply `Risks`.
* Imports will need to be updated.

**Old Imports**
```python
from censys.asm.risks.v2 import Risksv2

New Imports ✨

from censys.asm.risks import Risks
  • Removed Certs V1

    Legacy Certs V1 Imports

    from censys.search import CensysCertificates
    

    New Certs V2 Imports ✨

    from censys.search import CensysCerts
    

Make sure to update queries and pagination logic

* Removed Certs V1 from CLI

**Full Changelog**: https://github.com/censys/censys-python/compare/v2.1.9...v2.2.0

v2.1.9

Compare Source

What's Changed

Full Changelog: https://github.com/censys/censys-python/compare/v2.1.8...v2.1.9

v2.1.8

Compare Source

What's Changed

Full Changelog: https://github.com/censys/censys-python/compare/v2.1.7...v2.1.8

v2.1.7

Compare Source

What's Changed

Full Changelog: https://github.com/censys/censys-python/compare/v2.1.6...v2.1.7

v2.1.6

Compare Source

What's Changed

Full Changelog: https://github.com/censys/censys-python/compare/v2.1.5...v2.1.6

v2.1.5

Compare Source

What's Changed

Full Changelog: https://github.com/censys/censys-python/compare/v2.1.4...v2.1.5

v2.1.4

Compare Source

What's Changed

Full Changelog: https://github.com/censys/censys-python/compare/v2.1.3...v2.1.4

v2.1.3: Release v2.1.3

Compare Source

What's Changed

Full Changelog: https://github.com/censys/censys-python/compare/v2.1.2...v2.1.3

v2.1.2: Release v2.1.2

Compare Source

What's Changed

  • feat(api): Added support for the Host Diff API
  • feat(cli): Improved config options
  • chore(api): Enhance multithreaded API calls
  • chore(cli): Improve error handling and tests
  • chore(docs): Improve usage docs
  • chore(deps): Update dependencies
  • fix(deps): Correct importlib-metadata versions

Full Changelog: https://github.com/censys/censys-python/compare/v2.1.1...v2.1.2


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 this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] avatar Jan 13 '22 20:01 renovate[bot]