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: 4n4nd/prometheus-api-client-python Loading
base: v0.5.4
Choose a base ref
...
head repository: 4n4nd/prometheus-api-client-python Loading
compare: v0.5.5
Choose a head ref
  • 16 commits
  • 3 files changed
  • 3 contributors

Commits on Jul 25, 2023

  1. ⬆️ Bump certifi from 2022.12.7 to 2023.7.22

    Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22.
    - [Commits](certifi/python-certifi@2022.12.07...2023.07.22)
    
    ---
    updated-dependencies:
    - dependency-name: certifi
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    24089ea View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Merge pull request #266 from 4n4nd/dependabot/pip/certifi-2023.7.22

    ⬆️ Bump certifi from 2022.12.7 to 2023.7.22
    4n4nd committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    7955bfa View commit details
    Browse the repository at this point in the history
  2. ⬆️ Bump requests from 2.28.1 to 2.31.0

    Bumps [requests](https://github.com/psf/requests) from 2.28.1 to 2.31.0.
    - [Release notes](https://github.com/psf/requests/releases)
    - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
    - [Commits](psf/requests@v2.28.1...v2.31.0)
    
    ---
    updated-dependencies:
    - dependency-name: requests
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    b3f7e82 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #263 from 4n4nd/dependabot/pip/requests-2.31.0

    ⬆️ Bump requests from 2.28.1 to 2.31.0
    4n4nd committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    2799587 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Bump pillow from 10.0.0 to 10.0.1

    Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.0 to 10.0.1.
    - [Release notes](https://github.com/python-pillow/Pillow/releases)
    - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
    - [Commits](python-pillow/Pillow@10.0.0...10.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: pillow
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    a2cfd09 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Merge pull request #269 from 4n4nd/dependabot/pip/pillow-10.0.1

    Bump pillow from 10.0.0 to 10.0.1
    4n4nd committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    49362b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Bump urllib3 from 2.0.6 to 2.0.7

    Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.6 to 2.0.7.
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@2.0.6...2.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: urllib3
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    7d89e75 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    f91883c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0015f81 View commit details
    Browse the repository at this point in the history
  3. Respect session verify

    jmcconnell26 committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    f011d69 View commit details
    Browse the repository at this point in the history
  4. Fix syntax error

    jmcconnell26 committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    7447e0a View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Bump jinja2 from 3.1.2 to 3.1.3

    Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3.
    - [Release notes](https://github.com/pallets/jinja/releases)
    - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
    - [Commits](pallets/jinja@3.1.2...3.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: jinja2
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    ee718b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Merge pull request #274 from jmcconnell26/feature/jmcc-allow-custom-s…

    …ession-to-be-provided
    
    feature/jmcc allow custom session to be provided
    4n4nd committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    f3f03ed View commit details
    Browse the repository at this point in the history
  2. Merge pull request #276 from 4n4nd/dependabot/pip/jinja2-3.1.3

    Bump jinja2 from 3.1.2 to 3.1.3
    4n4nd committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    d81700c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #270 from 4n4nd/dependabot/pip/urllib3-2.0.7

    Bump urllib3 from 2.0.6 to 2.0.7
    4n4nd committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    ac1f1f3 View commit details
    Browse the repository at this point in the history
  4. Update __init__.py

    Update package version to 0.5.5
    4n4nd committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    4ce551d View commit details
    Browse the repository at this point in the history
Loading