Skip to content

Commit

Permalink
build(deps-dev): bump pytest from 7.4.4 to 8.0.0 in /server
Browse files Browse the repository at this point in the history
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.0.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.4.4...8.0.0)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 6, 2024
1 parent 95a367f commit 4accba1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
21 changes: 11 additions & 10 deletions server/poetry.lock

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

2 changes: 1 addition & 1 deletion server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ toucan-connectors = {version = "^5.0.0", extras = ["google_big_query", "mongo",
pytest-benchmark = "^4.0.0"
snowflake-sqlalchemy = "^1.5.0"
types-python-dateutil = "^2.8.19"
pytest = "^7.4.1"
pytest = ">=7.4.1,<9.0.0"
pytest-xdist = ">=2.5,<4.0"
mypy = ">=0.990,<2"
docker = ">=6.1.3,<8.0.0"
Expand Down

0 comments on commit 4accba1

Please sign in to comment.