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 censys to v2.2.16 #85

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 13, 2022

This PR contains the following updates:

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

Release Notes

censys/censys-python (censys)

v2.2.16

Compare Source

What's Changed ❇️

Full Changelog: censys/censys-python@v2.2.15...v2.2.16

v2.2.15

Compare Source

What's Changed ❇️

Full Changelog: censys/censys-python@v2.2.14...v2.2.15

v2.2.14

Compare Source

What's Changed ❇️

Full Changelog: censys/censys-python@v2.2.13...v2.2.14

v2.2.13

Compare Source

What's Changed ❇️

Full Changelog: censys/censys-python@v2.2.12...v2.2.13

v2.2.12

Compare Source

What's Changed ❇️

Full Changelog: censys/censys-python@v2.2.11...v2.2.12

v2.2.11

Compare Source

What's Changed ❇️

Full Changelog: censys/censys-python@v2.2.10...v2.2.11

v2.2.10

Compare Source

What's Changed ❇️

Full Changelog: censys/censys-python@v2.2.9...v2.2.10

v2.2.9

Compare Source

What's Changed ❇️

Full Changelog: censys/censys-python@v2.2.8...v2.2.9

v2.2.8

Compare Source

What's Changed ❇️

  • Added retry for HTTP 503 status code

Full Changelog: censys/censys-python@v2.2.7...v2.2.8

v2.2.7

Compare Source

Breaking Changes ❌

Full Changelog: censys/censys-python@v2.2.6...v2.2.7

v2.2.6

Compare Source

What's Changed ❇️

Full Changelog: censys/censys-python@v2.2.5...v2.2.6

v2.2.5

Compare Source

What's Changed ❇️

Full Changelog: censys/censys-python@v2.2.4...v2.2.5

v2.2.4

Compare Source

What's Changed ❇️

Full Changelog: censys/censys-python@v2.2.3...v2.2.4

v2.2.3

Compare Source

What's Changed ❇️

Breaking Changes ❌

  • 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: censys/censys-python@v2.2.2...v2.2.3

v2.2.2

Compare Source

What's Changed ❇️

Full Changelog: censys/censys-python@v2.2.1...v2.2.2

v2.2.1

Compare Source

What's Changed ❇️

Full Changelog: censys/censys-python@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: censys/censys-python@v2.1.8...v2.1.9

v2.1.8

Compare Source

What's Changed

Full Changelog: censys/censys-python@v2.1.7...v2.1.8

v2.1.7

Compare Source

What's Changed

Full Changelog: censys/censys-python@v2.1.6...v2.1.7

v2.1.6

Compare Source

What's Changed

Full Changelog: censys/censys-python@v2.1.5...v2.1.6

v2.1.5

Compare Source

What's Changed

Full Changelog: censys/censys-python@v2.1.4...v2.1.5

v2.1.4

Compare Source

What's Changed

Full Changelog: censys/censys-python@v2.1.3...v2.1.4

v2.1.3: Release v2.1.3

Compare Source

What's Changed

Full Changelog: censys/censys-python@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: censys/censys-python@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 renovate bot changed the title Update dependency censys to v2.1.2 Update dependency censys to v2.1.3 Mar 8, 2022
@renovate renovate bot force-pushed the renovate/censys-2.x branch from 67ef660 to 2ac9bb3 Compare March 8, 2022 20:50
@renovate renovate bot changed the title Update dependency censys to v2.1.3 Update dependency censys to v2.1.4 May 15, 2022
@renovate renovate bot force-pushed the renovate/censys-2.x branch from 2ac9bb3 to 5cd5994 Compare May 15, 2022 19:28
@renovate renovate bot force-pushed the renovate/censys-2.x branch from 5cd5994 to 4d4c402 Compare June 18, 2022 13:17
@renovate renovate bot changed the title Update dependency censys to v2.1.4 Update dependency censys to v2.1.5 Jun 18, 2022
@renovate renovate bot changed the title Update dependency censys to v2.1.5 Update dependency censys to v2.1.6 Jun 24, 2022
@renovate renovate bot force-pushed the renovate/censys-2.x branch from 4d4c402 to b801249 Compare June 24, 2022 00:40
@renovate renovate bot force-pushed the renovate/censys-2.x branch from b801249 to 7397416 Compare September 25, 2022 14:38
@renovate renovate bot changed the title Update dependency censys to v2.1.6 Update dependency censys to v2.1.8 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/censys-2.x branch from 7397416 to 44f777c Compare November 20, 2022 15:52
@renovate renovate bot changed the title Update dependency censys to v2.1.8 Update dependency censys to v2.1.9 Nov 20, 2022
@renovate renovate bot changed the title Update dependency censys to v2.1.9 Update dependency censys to v2.2.2 May 28, 2023
@renovate renovate bot force-pushed the renovate/censys-2.x branch from 44f777c to dd096fa Compare May 28, 2023 12:00
@renovate renovate bot changed the title Update dependency censys to v2.2.2 Update dependency censys to v2.2.3 Jun 14, 2023
@renovate renovate bot force-pushed the renovate/censys-2.x branch from dd096fa to b5a25b8 Compare June 14, 2023 21:26
@renovate renovate bot changed the title Update dependency censys to v2.2.3 Update dependency censys to v2.2.4 Jul 6, 2023
@renovate renovate bot force-pushed the renovate/censys-2.x branch from b5a25b8 to f123c3e Compare July 6, 2023 22:52
@renovate renovate bot changed the title Update dependency censys to v2.2.4 Update dependency censys to v2.2.5 Aug 31, 2023
@renovate renovate bot force-pushed the renovate/censys-2.x branch from f123c3e to 3b222a1 Compare August 31, 2023 22:16
@renovate renovate bot force-pushed the renovate/censys-2.x branch from 3b222a1 to cad24fa Compare September 14, 2023 21:46
@renovate renovate bot changed the title Update dependency censys to v2.2.5 Update dependency censys to v2.2.6 Sep 14, 2023
@renovate renovate bot force-pushed the renovate/censys-2.x branch from cad24fa to bd74d62 Compare October 2, 2023 16:50
@renovate renovate bot changed the title Update dependency censys to v2.2.6 Update dependency censys to v2.2.7 Oct 2, 2023
@renovate renovate bot force-pushed the renovate/censys-2.x branch from bd74d62 to bac0549 Compare October 18, 2023 23:13
@renovate renovate bot changed the title Update dependency censys to v2.2.7 Update dependency censys to v2.2.8 Oct 18, 2023
@renovate renovate bot changed the title Update dependency censys to v2.2.8 Update dependency censys to v2.2.9 Nov 9, 2023
@renovate renovate bot force-pushed the renovate/censys-2.x branch from bac0549 to feb7286 Compare November 9, 2023 22:03
@renovate renovate bot force-pushed the renovate/censys-2.x branch from feb7286 to 4801b08 Compare December 16, 2023 02:21
@renovate renovate bot changed the title Update dependency censys to v2.2.9 Update dependency censys to v2.2.10 Dec 16, 2023
@renovate renovate bot force-pushed the renovate/censys-2.x branch from 4801b08 to cd2f346 Compare January 31, 2024 21:57
@renovate renovate bot changed the title Update dependency censys to v2.2.10 Update dependency censys to v2.2.11 Jan 31, 2024
@renovate renovate bot force-pushed the renovate/censys-2.x branch from cd2f346 to 2295e35 Compare March 29, 2024 17:13
@renovate renovate bot changed the title Update dependency censys to v2.2.11 Update dependency censys to v2.2.12 Mar 29, 2024
@renovate renovate bot force-pushed the renovate/censys-2.x branch from 2295e35 to ef57dd2 Compare July 31, 2024 23:00
@renovate renovate bot changed the title Update dependency censys to v2.2.12 Update dependency censys to v2.2.13 Jul 31, 2024
@renovate renovate bot force-pushed the renovate/censys-2.x branch from ef57dd2 to d394e97 Compare September 10, 2024 21:52
@renovate renovate bot changed the title Update dependency censys to v2.2.13 Update dependency censys to v2.2.14 Sep 10, 2024
@renovate renovate bot force-pushed the renovate/censys-2.x branch from d394e97 to 9c1e647 Compare October 17, 2024 20:10
@renovate renovate bot changed the title Update dependency censys to v2.2.14 Update dependency censys to v2.2.15 Oct 17, 2024
@renovate renovate bot force-pushed the renovate/censys-2.x branch from 9c1e647 to 9113842 Compare October 21, 2024 20:03
@renovate renovate bot changed the title Update dependency censys to v2.2.15 Update dependency censys to v2.2.16 Oct 21, 2024
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.

0 participants