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: StevenLooman/async_upnp_client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: refs/tags/0.44.0
Choose a base ref
...
head repository: StevenLooman/async_upnp_client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: refs/tags/0.45.0
Choose a head ref
  • 9 commits
  • 14 files changed
  • 3 contributors

Commits on Apr 9, 2025

  1. Update pytest-cov requirement from <6.1,>=5.0 to >=5.0,<6.2 (#266)

    * Update pytest-cov requirement from <6.1,>=5.0 to >=5.0,<6.2
    
    Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version.
    - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest-cov@v5.0.0...v6.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: pytest-cov
      dependency-version: 6.1.1
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Also upgrade tox requirements
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Steven Looman <steven.looman@gmail.com>
    dependabot[bot] and StevenLooman authored Apr 9, 2025
    Configuration menu
    Copy the full SHA
    c5abb36 View commit details
    Browse the repository at this point in the history
  2. Update pytest-asyncio requirement from <0.26,>=0.24 to >=0.24,<0.27 (#…

    …265)
    
    * Update pytest-asyncio requirement from <0.26,>=0.24 to >=0.24,<0.27
    
    Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version.
    - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
    - [Commits](pytest-dev/pytest-asyncio@v0.24.0...v0.26.0)
    
    ---
    updated-dependencies:
    - dependency-name: pytest-asyncio
      dependency-version: 0.26.0
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Also upgrade tox/pre-commit requirements
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Steven Looman <steven.looman@gmail.com>
    dependabot[bot] and StevenLooman authored Apr 9, 2025
    Configuration menu
    Copy the full SHA
    203fc71 View commit details
    Browse the repository at this point in the history
  3. Update coverage requirement from <7.8.0,>=7.6.1 to >=7.6.1,<7.9.0 (#264)

    * Update coverage requirement from <7.8.0,>=7.6.1 to >=7.6.1,<7.9.0
    
    Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version.
    - [Release notes](https://github.com/nedbat/coveragepy/releases)
    - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
    - [Commits](coveragepy/coveragepy@7.6.1...7.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: coverage
      dependency-version: 7.8.0
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Also upgrade tox/pre-commit requirements
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Steven Looman <steven.looman@gmail.com>
    dependabot[bot] and StevenLooman authored Apr 9, 2025
    Configuration menu
    Copy the full SHA
    75bff77 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2025

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

Commits on Apr 13, 2025

  1. Modernize packaging (#267)

    cdce8p authored Apr 13, 2025
    Configuration menu
    Copy the full SHA
    096f1a3 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2025

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

Commits on Jul 16, 2025

  1. Bump sigstore/gh-action-sigstore-python from 3.0.0 to 3.0.1 (#271)

    ---
    updated-dependencies:
    - dependency-name: sigstore/gh-action-sigstore-python
      dependency-version: 3.0.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 16, 2025
    Configuration menu
    Copy the full SHA
    044d8e7 View commit details
    Browse the repository at this point in the history
  2. Towncrier

    StevenLooman committed Jul 16, 2025
    Configuration menu
    Copy the full SHA
    190a18d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56c5c12 View commit details
    Browse the repository at this point in the history
Loading