Skip to content

Commit

Permalink
Bump pytest from 7.4.4 to 8.2.2
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.2.2.
- [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.2.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 17, 2024
1 parent 3d770ff commit 27b42aa
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 166 deletions.
177 changes: 13 additions & 164 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 @@ -30,15 +30,15 @@ json-logging = "^1.3.0"
tenacity = "^8.2.1"
pillow = "<10" # to fix import of Image.LINEAR by dependency
azure-ai-formrecognizer = "^3.2.1"
pytest = "^7.4.0"
pytest = "^8.2.2"
mock = "^5.1.0"
pypdf2 = "^3.0.1"
azure-pdf-parser = { git = "https://github.com/climatepolicyradar/azure-pdf-parser.git", tag = "v0.3.1" }

[tool.poetry.dev-dependencies]
pre-commit = "^2.20.0"
pyright = "^1.1.270"
pytest = "^7.1.3"
pytest = "^8.2.2"
black = "^22.10.0"

[build-system]
Expand Down

0 comments on commit 27b42aa

Please sign in to comment.