Skip to content

Commit

Permalink
Bump the packages group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the packages group with 3 updates: [pytest](https://github.com/pytest-dev/pytest), [pyright](https://github.com/RobertCraigie/pyright-python) and [setuptools](https://github.com/pypa/setuptools).


Updates `pytest` from 8.3.2 to 8.3.3
- [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.3.2...8.3.3)

Updates `pyright` from 1.1.379 to 1.1.382.post1
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.379...v1.1.382.post1)

Updates `setuptools` from 74.1.2 to 75.1.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v74.1.2...v75.1.0)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: setuptools
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: packages
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 50c4bc3 commit e9b2952
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
pytest==8.3.2
pytest==8.3.3
pytest-pg==0.0.21
pytest-runner==6.0.1
pytest-asyncio==0.24.0
isort==5.13.2
flake8==7.1.1
pyright==1.1.379
pyright==1.1.382.post1
black==24.8.0
asyncpg==0.29.0
setuptools==74.1.2
setuptools==75.1.0
wheel==0.44.0
twine==5.1.1
asyncpg-listen>=0.0.6
Expand Down

0 comments on commit e9b2952

Please sign in to comment.