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.13
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.14
Choose a head ref
  • 6 commits
  • 6 files changed
  • 2 contributors

Commits on Sep 4, 2024

  1. chore(deps): bump urllib3 from 2.1.0 to 2.2.2 (#629)

    Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.1.0 to 2.2.2.
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@2.1.0...2.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: urllib3
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    1c2e4e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. chore(deps-dev): bump pytest from 7.4.3 to 8.3.2 (#636)

    Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 8.3.2.
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@7.4.3...8.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    41be59c View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. fix: improve pagination for asm search (#643)

    * fix: improve pagination for asm search
    
    * test: test asm search pagination
    
    * add comments for context
    grace-murphy authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    b270cb2 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. chore(deps): bump requests from 2.31.0 to 2.32.3 (#625)

    Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.3.
    - [Release notes](https://github.com/psf/requests/releases)
    - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
    - [Commits](psf/requests@v2.31.0...v2.32.3)
    
    ---
    updated-dependencies:
    - dependency-name: requests
      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 Sep 10, 2024
    Configuration menu
    Copy the full SHA
    2e1ba79 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump certifi from 2023.7.22 to 2024.7.4 (#632)

    Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.7.22 to 2024.7.4.
    - [Commits](certifi/python-certifi@2023.07.22...2024.07.04)
    
    ---
    updated-dependencies:
    - dependency-name: certifi
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    e9b32fb View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump idna from 3.4 to 3.7 (#645)

    Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7.
    - [Release notes](https://github.com/kjd/idna/releases)
    - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
    - [Commits](kjd/idna@v3.4...v3.7)
    
    ---
    updated-dependencies:
    - dependency-name: idna
      dependency-type: indirect
    ...
    
    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 Sep 10, 2024
    Configuration menu
    Copy the full SHA
    938ebd0 View commit details
    Browse the repository at this point in the history
Loading