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: tldr-pages/tldr-python-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.4.0
Choose a base ref
...
head repository: tldr-pages/tldr-python-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.4.1
Choose a head ref
  • 7 commits
  • 6 files changed
  • 2 contributors

Commits on Mar 30, 2025

  1. cleanup/ci: remove setuptools from developer deps in CI (#277)

    Removing unused developer dependency setuptools since we no longer use it in the backend and instead use Hatch instead.
    kbdharun authored Mar 30, 2025
    Configuration menu
    Copy the full SHA
    fa495f2 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2025

  1. chore(deps): bump actions/download-artifact from 4.2.1 to 4.3.0 (#279)

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.2.1 to 4.3.0.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@95815c3...d3f86a1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-version: 4.3.0
      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 Apr 29, 2025
    Configuration menu
    Copy the full SHA
    d9c049e View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump actions/attest-build-provenance from 2.2.3 to 2.3.0 (

    …#280)
    
    Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 2.2.3 to 2.3.0.
    - [Release notes](https://github.com/actions/attest-build-provenance/releases)
    - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md)
    - [Commits](actions/attest-build-provenance@c074443...db473fd)
    
    ---
    updated-dependencies:
    - dependency-name: actions/attest-build-provenance
      dependency-version: 2.3.0
      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 Apr 29, 2025
    Configuration menu
    Copy the full SHA
    30ec5bf View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump actions/setup-python from 5.5.0 to 5.6.0 (#281)

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.5.0 to 5.6.0.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@8d9ed9a...a26af69)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-version: 5.6.0
      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 Apr 29, 2025
    Configuration menu
    Copy the full SHA
    5737b9c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f8b283 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    915826d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0bdc78f View commit details
    Browse the repository at this point in the history
Loading