Skip to content

Commit

Permalink
Bump the development-dependencies group across 1 directory with 10 up…
Browse files Browse the repository at this point in the history
…dates (#1540)

* Bump the development-dependencies group across 1 directory with 10 updates

Bumps the development-dependencies group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [pylint](https://github.com/pylint-dev/pylint) | `3.2.7` | `3.3.1` |
| [moto](https://github.com/getmoto/moto) | `5.0.14` | `5.0.17` |
| [fakeredis](https://github.com/cunla/fakeredis-py) | `2.24.1` | `2.25.1` |
| [mypy](https://github.com/python/mypy) | `1.11.2` | `1.12.0` |
| [types-requests](https://github.com/python/typeshed) | `2.32.0.20240907` | `2.32.0.20241016` |
| [types-redis](https://github.com/python/typeshed) | `4.6.0.20240903` | `4.6.0.20241004` |
| [types-pyyaml](https://github.com/python/typeshed) | `6.0.12.20240808` | `6.0.12.20240917` |
| [types-python-dateutil](https://github.com/python/typeshed) | `2.9.0.20240906` | `2.9.0.20241003` |
| [types-pytz](https://github.com/python/typeshed) | `2024.2.0.20240913` | `2024.2.0.20241003` |
| [black](https://github.com/psf/black) | `24.8.0` | `24.10.0` |



Updates `pylint` from 3.2.7 to 3.3.1
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.2.7...v3.3.1)

Updates `moto` from 5.0.14 to 5.0.17
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.0.14...5.0.17)

Updates `fakeredis` from 2.24.1 to 2.25.1
- [Release notes](https://github.com/cunla/fakeredis-py/releases)
- [Commits](cunla/fakeredis-py@v2.24.1...v2.25.1)

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

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

Updates `types-redis` from 4.6.0.20240903 to 4.6.0.20241004
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-pyyaml` from 6.0.12.20240808 to 6.0.12.20240917
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-python-dateutil` from 2.9.0.20240906 to 2.9.0.20241003
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-pytz` from 2024.2.0.20240913 to 2024.2.0.20241003
- [Commits](https://github.com/python/typeshed/commits)

Updates `black` from 24.8.0 to 24.10.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.8.0...24.10.0)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: moto
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: fakeredis
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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-pyyaml
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: types-python-dateutil
  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
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

* assign max positional arguments in pylint to 12

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yuyutsu Rai <[email protected]>
Co-authored-by: Yuyutsu Rai <[email protected]>
  • Loading branch information
3 people authored Oct 24, 2024
1 parent 79a7ef0 commit fbac4bb
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 85 deletions.
3 changes: 3 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,9 @@ min-public-methods=2
# Maximum cyclomatic complexity
max-complexity=10

# Maximum positional arguments
max-positional-arguments=12

[EXCEPTIONS]

# Exceptions that will emit a warning when caught.
Expand Down
Loading

0 comments on commit fbac4bb

Please sign in to comment.