Skip to content

Commit

Permalink
build(deps-dev): bump the dev-deps group across 1 directory with 2 up…
Browse files Browse the repository at this point in the history
…dates

Bumps the dev-deps group with 2 updates in the / directory: [pandas-stubs](https://github.com/pandas-dev/pandas-stubs) and [pytest](https://github.com/pytest-dev/pytest).


Updates `pandas-stubs` from 2.2.2.240807 to 2.2.2.240909
- [Changelog](https://github.com/pandas-dev/pandas-stubs/blob/main/docs/release_procedure.md)
- [Commits](pandas-dev/pandas-stubs@v2.2.2.240807...v2.2.2.240909)

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)

---
updated-dependencies:
- dependency-name: pandas-stubs
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 10, 2024
1 parent 7b9de78 commit cc57af7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ cryptography = ">=40.0.2"
docker = "^7.1.0"
mock = "^5.1.0"
mypy = "^1.11"
pandas-stubs = "^2.2.2.240807"
pytest = "^8.3.2"
pandas-stubs = "^2.2.2.240909"
pytest = "^8.3.3"
pytest-asyncio = ">=0.19.0,<1"
pytest-cov = "^5.0.0"
pytest-mock = "^3.14.0"
Expand Down

0 comments on commit cc57af7

Please sign in to comment.