Skip to content

Commit

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

Bumps the dependencies group with 4 updates in the /misc/qt-updater directory: [mypy](https://github.com/python/mypy), ruamel-yaml-clib, [ruff](https://github.com/astral-sh/ruff) and [types-requests](https://github.com/python/typeshed).


Updates `mypy` from 1.11.2 to 1.13.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.11.2...v1.13.0)

Updates `ruamel-yaml-clib` from 0.2.8 to 0.2.12

Updates `ruff` from 0.6.9 to 0.7.1
- [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.6.9...0.7.1)

Updates `types-requests` from 2.32.0.20240914 to 2.32.0.20241016
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ruamel-yaml-clib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: types-requests
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 2, 2024
1 parent 9af1e03 commit d67c66a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions misc/qt-updater/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ click==8.1.7
# via pip-tools
idna==3.10
# via requests
mypy==1.11.2
mypy==1.13.0
# via qt-updater (pyproject.toml)
mypy-extensions==1.0.0
# via mypy
Expand All @@ -30,11 +30,11 @@ requests==2.32.3
# via qt-updater (pyproject.toml)
ruamel-yaml==0.18.6
# via qt-updater (pyproject.toml)
ruamel-yaml-clib==0.2.8
ruamel-yaml-clib==0.2.12
# via ruamel-yaml
ruff==0.6.9
ruff==0.7.1
# via qt-updater (pyproject.toml)
types-requests==2.32.0.20240914
types-requests==2.32.0.20241016
# via qt-updater (pyproject.toml)
typing-extensions==4.12.2
# via mypy
Expand Down

0 comments on commit d67c66a

Please sign in to comment.