Skip to content

Commit

Permalink
chore(deps): bump pytest from 8.3.3 to 8.3.4 in /requirements
Browse files Browse the repository at this point in the history
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.3 to 8.3.4.
- [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.3...8.3.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 7, 2024
1 parent b46fa0f commit 6939472
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ psycopg[binary]==3.2.3 # https://github.com/psycopg/psycopg

# Testing
# ------------------------------------------------------------------------------
pytest==8.3.3 # https://github.com/pytest-dev/pytest
pytest==8.3.4 # https://github.com/pytest-dev/pytest
pytest-sugar==1.0.0 # https://github.com/Frozenball/pytest-sugar
pytest-cov==6.0.0

Expand Down
2 changes: 1 addition & 1 deletion requirements/local-base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ psycopg[binary]==3.2.3 # https://github.com/psycopg/psycopg

# Testing
# ------------------------------------------------------------------------------
pytest==8.3.3 # https://github.com/pytest-dev/pytest
pytest==8.3.4 # https://github.com/pytest-dev/pytest
pytest-sugar==1.0.0 # https://github.com/Frozenball/pytest-sugar
pytest-cov==6.0.0
pytest-asyncio==0.24.0 # https://github.com/pytest-dev/pytest-asyncio
Expand Down

0 comments on commit 6939472

Please sign in to comment.