Skip to content

Commit

Permalink
build(deps): bump pytest from 8.1.1 to 8.2.0 (#12185)
Browse files Browse the repository at this point in the history
* build(deps): bump pytest from 8.1.1 to 8.2.0

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.1 to 8.2.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@8.1.1...8.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* - Align setup.cfg to requirements.txt

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afabiani <alessio.fabiani@geosolutionsgroup.com>
  • Loading branch information
dependabot[bot] and afabiani committed May 9, 2024
1 parent 82a2661 commit 974d5ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ coverage==7.5.1
requests-toolbelt==1.0.0
flake8==7.0.0
black==24.4.2
pytest==8.1.1
pytest==8.2.0
pytest-bdd==7.1.2
splinter==0.21.0
pytest-splinter==3.3.2
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ install_requires =
requests-toolbelt==1.0.0
flake8==7.0.0
black==24.4.2
pytest==8.1.1
pytest==8.2.0
pytest-bdd==7.1.2
splinter==0.21.0
pytest-splinter==3.3.2
Expand Down

0 comments on commit 974d5ff

Please sign in to comment.