Skip to content

Conversation

@Harvester57
Copy link
Contributor

Highlights

  • Dependabot Configuration: I've updated the .github/dependabot.yml file to specify update-types for both pip-dev-dependencies and pip-prod-dependencies. This change limits Dependabot to only propose pull requests for minor and patch version updates, preventing automatic major version upgrades.

Harvester57 and others added 28 commits July 10, 2025 12:00
Bumps the pip-dev-dependencies group with 1 update: [mypy](https://github.com/python/mypy).


Updates `mypy` from 1.16.1 to 1.17.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.16.1...v1.17.0)

---
updated-dependencies:
- dependency-name: mypy
  dependency-version: 1.17.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip-dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
…encies-a73f3d3ad9

pip-dev: bump mypy from 1.16.1 to 1.17.0 in the pip-dev-dependencies group
Bumps the pip-prod-dependencies group with 1 update: [rich](https://github.com/Textualize/rich).


Updates `rich` from 14.0.0 to 14.1.0
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v14.0.0...v14.1.0)

---
updated-dependencies:
- dependency-name: rich
  dependency-version: 14.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-prod-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
…2 updates

Bumps the pip-dev-dependencies group with 2 updates in the / directory: [mypy](https://github.com/python/mypy) and [coverage](https://github.com/nedbat/coveragepy).


Updates `mypy` from 1.17.0 to 1.17.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.17.0...v1.17.1)

Updates `coverage` from 7.9.2 to 7.10.1
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.9.2...7.10.1)

---
updated-dependencies:
- dependency-name: mypy
  dependency-version: 1.17.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip-dev-dependencies
- dependency-name: coverage
  dependency-version: 7.10.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip-dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
…dencies-3802bf4746

pip: bump rich from 14.0.0 to 14.1.0 in the pip-prod-dependencies group
…encies-b88649ed44

pip-dev: bump the pip-dev-dependencies group across 1 directory with 2 updates
CI: rework caching and build/test environment
Revert "CI: rework caching and build/test environment"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant