Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: censys/censys-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.16
Choose a base ref
...
head repository: censys/censys-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.17
Choose a head ref
  • 12 commits
  • 78 files changed
  • 9 contributors

Commits on Oct 21, 2024

  1. chore(deps-dev): bump mypy from 1.6.1 to 1.12.1 (#657)

    Bumps [mypy](https://github.com/python/mypy) from 1.6.1 to 1.12.1.
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@v1.6.1...v1.12.1)
    
    ---
    updated-dependencies:
    - dependency-name: mypy
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    8b3d783 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump flake8-comprehensions from 3.14.0 to 3.15.0 (#646)

    Bumps [flake8-comprehensions](https://github.com/adamchainz/flake8-comprehensions) from 3.14.0 to 3.15.0.
    - [Changelog](https://github.com/adamchainz/flake8-comprehensions/blob/main/CHANGELOG.rst)
    - [Commits](adamchainz/flake8-comprehensions@3.14.0...3.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: flake8-comprehensions
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    34b3353 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump argcomplete from 3.1.6 to 3.5.1 (#650)

    Bumps [argcomplete](https://github.com/kislyuk/argcomplete) from 3.1.6 to 3.5.1.
    - [Release notes](https://github.com/kislyuk/argcomplete/releases)
    - [Changelog](https://github.com/kislyuk/argcomplete/blob/develop/Changes.rst)
    - [Commits](kislyuk/argcomplete@v3.1.6...v3.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: argcomplete
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    5e9718c View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump black from 23.11.0 to 24.4.2 (#658)

    * chore(deps-dev): bump black from 23.11.0 to 24.4.2
    
    Bumps [black](https://github.com/psf/black) from 23.11.0 to 24.4.2.
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@23.11.0...24.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: black
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * apply linting
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    grace-murphy and dependabot[bot] authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    6255be0 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

  1. Configuration menu
    Copy the full SHA
    310e546 View commit details
    Browse the repository at this point in the history
  2. Black format base.py, add test case for proxy parameters

    Ryan Kagin authored and thehappydinoa committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    2d7afd2 View commit details
    Browse the repository at this point in the history
  3. Black format test_base.py (oops, forgot)

    Ryan Kagin authored and thehappydinoa committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    774628d View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2024

  1. Configuration menu
    Copy the full SHA
    8f95e6c View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2025

  1. fix: error on illegal page size (#662)

    * fix: error on illegal page size
    
    * `poetry black`
    
    Co-authored-by: Thomas Harning Jr <[email protected]>
    
    * move arg checking before saved query
    
    * flake8
    
    * chore(deps) poetry update and dev dependency update
    
    * fix(tests) add tests for page size handling
    
    * chore(black) fix trailing comma
    
    ---------
    
    Co-authored-by: Andrew Alexander <[email protected]>
    Co-authored-by: Thomas Harning Jr <[email protected]>
    Co-authored-by: Andrew Alexander <[email protected]>
    4 people authored Jan 16, 2025
    Configuration menu
    Copy the full SHA
    6e1f301 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2025

  1. Configuration menu
    Copy the full SHA
    ed0209b View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2025

  1. comment out tj-actions/changed-files (#684)

    Co-authored-by: Andrew Alexander <[email protected]>
    andrewalexander and Andrew Alexander authored Mar 15, 2025
    Configuration menu
    Copy the full SHA
    bbb0c86 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2025

  1. fix(risks): perform URL path escaping on risk-types before using as i…

    …nput (#687)
    
    * fix(risks): perform URL path escaping on risk-types before using as input
    * build: bump to 2.2.17
    harningt authored Apr 15, 2025
    Configuration menu
    Copy the full SHA
    2a79e23 View commit details
    Browse the repository at this point in the history
Loading