-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update development dependencies #1375
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the development-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `4.1.0` | `5.0.0` | | [pylint](https://github.com/pylint-dev/pylint) | `2.17.7` | `3.2.2` | | [moto](https://github.com/getmoto/moto) | `5.0.4` | `5.0.8` | | [pytest](https://github.com/pytest-dev/pytest) | `8.1.1` | `8.1.2` | | [types-requests](https://github.com/python/typeshed) | `2.31.0.20240403` | `2.31.0.20240406` | | [types-redis](https://github.com/python/typeshed) | `4.6.0.20240311` | `4.6.0.20240425` | | [types-pytz](https://github.com/python/typeshed) | `2024.1.0.20240203` | `2024.1.0.20240417` | Updates `pytest-cov` from 4.1.0 to 5.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v4.1.0...v5.0.0) Updates `pylint` from 2.17.7 to 3.2.2 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v2.17.7...v3.2.2) Updates `moto` from 5.0.4 to 5.0.8 - [Release notes](https://github.com/getmoto/moto/releases) - [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md) - [Commits](getmoto/moto@5.0.4...5.0.8) Updates `pytest` from 8.1.1 to 8.1.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.1.1...8.1.2) Updates `types-requests` from 2.31.0.20240403 to 2.31.0.20240406 - [Commits](https://github.com/python/typeshed/commits) Updates `types-redis` from 4.6.0.20240311 to 4.6.0.20240425 - [Commits](https://github.com/python/typeshed/commits) Updates `types-pytz` from 2024.1.0.20240203 to 2024.1.0.20240417 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: moto dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: types-requests dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: types-redis dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: types-pytz dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
liamtoozer
approved these changes
Jun 3, 2024
rmccar
approved these changes
Jun 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What is the context of this PR?
We cannot merge the original Dependabot dev dependencies PR as we cannot upgrade
pylint
library. The import error in linting is caused bypylint-quotes
library not maintained and not compatible with the latest v3pylint
release that were are trying to update here. Here's the issue raised inpylint-quotes
repo: edaniszewski/pylint-quotes#29. Here's an PR that fixes it: edaniszewski/pylint-quotes#28 (still not merged). I will revertpylint
to v2 for the time being.babel
library is also pinned to versionv2.14.0
until Welsh translations issue inv2.15.0
is investigated and fixed.How to review
Test existing actions and scripts.
Checklist