Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Bump the major-updates group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the major-updates group with 3 updates: [flake8](https://github.com/pycqa/flake8), [black](https://github.com/psf/black) and [mypy](https://github.com/python/mypy).


Updates `flake8` from 3.9.2 to 5.0.4
- [Commits](PyCQA/flake8@3.9.2...5.0.4)

Updates `black` from 21.12b0 to 23.3.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/commits/23.3.0)

Updates `mypy` from 0.910 to 1.4.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v0.910...v1.4.1)

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: black
  dependency-type: direct:development
  dependency-group: major-updates
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 29, 2024
1 parent 57cd242 commit d8c0177
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 78 deletions.
174 changes: 99 additions & 75 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ singer-sdk = "^0.34.0"
[tool.poetry.dev-dependencies]
pytest = "^7.0.0"
tox = "^3.24.4"
flake8 = "^3.9.2"
black = "^21.9b0"
flake8 = "^5.0.4"
black = "^23.3"
pydocstyle = "^6.1.1"
mypy = "^0.910"
mypy = "^1.4"
types-requests = "^2.26.1"
isort = "^5.10.1"

Expand Down

0 comments on commit d8c0177

Please sign in to comment.