Skip to content

Commit

Permalink
Bump the dev-dependencies group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group with 5 updates in the /client directory:

| Package | From | To |
| --- | --- | --- |
| [mypy](https://github.com/python/mypy) | `1.13.0` | `1.14.1` |
| [translate-toolkit](https://github.com/translate/translate) | `3.14.2` | `3.14.5` |
| [types-polib](https://github.com/python/typeshed) | `1.2.0.20240811` | `1.2.0.20241221` |
| [types-setuptools](https://github.com/python/typeshed) | `75.6.0.20241126` | `75.6.0.20241223` |
| [vcrpy](https://github.com/kevin1024/vcrpy) | `6.0.2` | `7.0.0` |



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

Updates `translate-toolkit` from 3.14.2 to 3.14.5
- [Release notes](https://github.com/translate/translate/releases)
- [Changelog](https://github.com/translate/translate/blob/master/docs/history.rst)
- [Commits](translate/translate@3.14.2...3.14.5)

Updates `types-polib` from 1.2.0.20240811 to 1.2.0.20241221
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-setuptools` from 75.6.0.20241126 to 75.6.0.20241223
- [Commits](https://github.com/python/typeshed/commits)

Updates `vcrpy` from 6.0.2 to 7.0.0
- [Release notes](https://github.com/kevin1024/vcrpy/releases)
- [Changelog](https://github.com/kevin1024/vcrpy/blob/master/docs/changelog.rst)
- [Commits](kevin1024/vcrpy@v6.0.2...v7.0.0)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: translate-toolkit
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: types-polib
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: types-setuptools
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: vcrpy
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent b2bd0b3 commit 551b2dd
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 55 deletions.
112 changes: 59 additions & 53 deletions client/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions client/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ PyAutoGUI = "*"
babel = "^2.16.0"
diffoscope = "*"
flaky = "*"
mypy = "^1.13.0"
mypy = "^1.14.1"
polib = "*"
pyqt5-stubs = "*"
pyotp = "2.9.0"
Expand All @@ -47,4 +47,4 @@ translate-toolkit = "*"
types-polib = "*"
types-python-dateutil = "*"
types-setuptools = "^75.6.0"
vcrpy = "^6.0.2"
vcrpy = "^7.0.0"

0 comments on commit 551b2dd

Please sign in to comment.