Skip to content

Commit 85e671b

Browse files
authored
Merge pull request #973 from jrobichaud/dependabot/pip/requirements/pytest-9.0.1
2 parents 56a7e34 + 33955fc commit 85e671b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements/ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ psycopg[binary]==3.2.12 # https://github.com/psycopg/psycopg
1111

1212
# Testing
1313
# ------------------------------------------------------------------------------
14-
pytest==8.4.2 # https://github.com/pytest-dev/pytest
14+
pytest==9.0.1 # https://github.com/pytest-dev/pytest
1515
pytest-sugar==1.1.1 # https://github.com/Frozenball/pytest-sugar
1616
pytest-cov==7.0.0
1717

requirements/local-base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ psycopg[binary]==3.2.12 # https://github.com/psycopg/psycopg
2929

3030
# Testing
3131
# ------------------------------------------------------------------------------
32-
pytest==8.4.2 # https://github.com/pytest-dev/pytest
32+
pytest==9.0.1 # https://github.com/pytest-dev/pytest
3333
pytest-sugar==1.1.1 # https://github.com/Frozenball/pytest-sugar
3434
pytest-cov==7.0.0
3535
pytest-asyncio==1.3.0 # https://github.com/pytest-dev/pytest-asyncio

0 commit comments

Comments
 (0)