Skip to content

Commit

Permalink
build(deps): bump pytest from 7.1.1 to 7.3.1
Browse files Browse the repository at this point in the history
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.1 to 7.3.1.
- [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.1.1...7.3.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Apr 21, 2023
1 parent 80c3779 commit 126f1e9
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 24 deletions.
46 changes: 24 additions & 22 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 @@ -34,7 +34,7 @@ py = "1.11.0"
pycparser = "2.20"
pydantic = "1.9.0"
pyparsing = "2.4.7"
pytest = "7.1.1"
pytest = "7.3.1"
regex = "2022.6.2"
requests = "2.26.0"
six = "1.16.0"
Expand All @@ -46,7 +46,7 @@ typing-extensions = "4.2.0"
urllib3 = "1.26.9"

[tool.poetry.dev-dependencies]
pytest = "^7.1.1"
pytest = "^7.3.1"
pytest-dotenv = "^0.5.2"


Expand Down

0 comments on commit 126f1e9

Please sign in to comment.