Skip to content

Commit

Permalink
build(deps): bump the dependencies group across 1 directory with 3 up…
Browse files Browse the repository at this point in the history
…dates

Bumps the dependencies group with 3 updates in the /misc/qt-updater directory: [certifi](https://github.com/certifi/python-certifi), [mypy](https://github.com/python/mypy) and [ruff](https://github.com/astral-sh/ruff).


Updates `certifi` from 2024.12.14 to 2025.1.31
- [Commits](certifi/python-certifi@2024.12.14...2025.01.31)

Updates `mypy` from 1.14.1 to 1.15.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.14.1...v1.15.0)

Updates `ruff` from 0.9.3 to 0.9.5
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.9.3...0.9.5)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 7, 2025
1 parent 1153437 commit b1a31ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions misc/qt-updater/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
#
build==1.2.2.post1
# via pip-tools
certifi==2024.12.14
certifi==2025.1.31
# via requests
charset-normalizer==3.4.1
# via requests
click==8.1.8
# via pip-tools
idna==3.10
# via requests
mypy==1.14.1
mypy==1.15.0
# via qt-updater (pyproject.toml)
mypy-extensions==1.0.0
# via mypy
Expand All @@ -32,7 +32,7 @@ ruamel-yaml==0.18.10
# via qt-updater (pyproject.toml)
ruamel-yaml-clib==0.2.12
# via ruamel-yaml
ruff==0.9.3
ruff==0.9.5
# via qt-updater (pyproject.toml)
types-requests==2.32.0.20241016
# via qt-updater (pyproject.toml)
Expand Down

0 comments on commit b1a31ac

Please sign in to comment.