Skip to content
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 7 commits into from
Jun 4, 2024
Merged

Update development dependencies #1375

merged 7 commits into from
Jun 4, 2024

Conversation

petechd
Copy link
Contributor

@petechd petechd commented May 31, 2024

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 by pylint-quotes library not maintained and not compatible with the latest v3 pylint release that were are trying to update here. Here's the issue raised in pylint-quotes repo: edaniszewski/pylint-quotes#29. Here's an PR that fixes it: edaniszewski/pylint-quotes#28 (still not merged). I will revert pylint to v2 for the time being.
babel library is also pinned to version v2.14.0 until Welsh translations issue in v2.15.0 is investigated and fixed.

How to review

Test existing actions and scripts.

Checklist

  • New static content marked up for translation
  • Newly defined schema content included in eq-translations repo

dependabot bot and others added 5 commits May 29, 2024 19:43
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]>
@petechd petechd marked this pull request as ready for review May 31, 2024 11:43
@petechd petechd merged commit 12d0cdb into main Jun 4, 2024
16 checks passed
@petechd petechd deleted the update-dev-dependencies branch June 4, 2024 10:59
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.

3 participants