Skip to content

Commit

Permalink
Bump the python-requirements group in /requirements with 4 updates
Browse files Browse the repository at this point in the history
Bumps the python-requirements group in /requirements with 4 updates: [coverage](https://github.com/nedbat/coveragepy), [sqlalchemy[asyncio]](https://github.com/sqlalchemy/sqlalchemy), [mypy](https://github.com/python/mypy) and [pyright](https://github.com/RobertCraigie/pyright-python).


Updates `coverage` from 7.5.3 to 7.5.4
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.5.3...7.5.4)

Updates `sqlalchemy[asyncio]` from 2.0.30 to 2.0.31
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

Updates `mypy` from 1.10.0 to 1.10.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.10.0...v1.10.1)

Updates `pyright` from 1.1.366 to 1.1.369
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.366...v1.1.369)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: sqlalchemy[asyncio]
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent e664ac2 commit b95e227
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ click==8.1.7
# flask
colorama==0.4.6
# via tox
coverage==7.5.3
coverage==7.5.4
# via -r tests.txt
distlib==0.3.8
# via virtualenv
Expand Down Expand Up @@ -123,7 +123,7 @@ mdurl==0.1.2
# via
# -r docs.txt
# markdown-it-py
mypy==1.10.0
mypy==1.10.1
# via -r typing.txt
mypy-extensions==1.0.0
# via
Expand Down Expand Up @@ -164,7 +164,7 @@ pygments==2.18.0
# sphinx
pyproject-api==1.6.1
# via tox
pyright==1.1.366
pyright==1.1.369
# via -r typing.txt
pytest==8.2.2
# via
Expand Down Expand Up @@ -224,7 +224,7 @@ sphinxcontrib-serializinghtml==1.1.10
# via
# -r docs.txt
# sphinx
sqlalchemy[asyncio]==2.0.30
sqlalchemy[asyncio]==2.0.31
# via -r tests.txt
tomli==2.0.1
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ blinker==1.8.2
# via flask
click==8.1.7
# via flask
coverage==7.5.3
coverage==7.5.4
# via -r tests.in
exceptiongroup==1.2.1
# via pytest
Expand All @@ -38,7 +38,7 @@ pluggy==1.5.0
# via pytest
pytest==8.2.2
# via -r tests.in
sqlalchemy[asyncio]==2.0.30
sqlalchemy[asyncio]==2.0.31
# via -r tests.in
tomli==2.0.1
# via pytest
Expand Down
4 changes: 2 additions & 2 deletions requirements/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exceptiongroup==1.2.1
# via pytest
iniconfig==2.0.0
# via pytest
mypy==1.10.0
mypy==1.10.1
# via -r typing.in
mypy-extensions==1.0.0
# via mypy
Expand All @@ -18,7 +18,7 @@ packaging==24.0
# via pytest
pluggy==1.5.0
# via pytest
pyright==1.1.366
pyright==1.1.369
# via -r typing.in
pytest==8.2.2
# via -r typing.in
Expand Down

0 comments on commit b95e227

Please sign in to comment.