Skip to content

Commit 595d31a

Browse files
authored
Merge pull request #1049 from CitrineInformatics/dependabot/pip/pytest-9.0.3
Bump pytest from 8.4.2 to 9.0.3
2 parents 7861102 + f1a4875 commit 595d31a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dev = [
4343
"flake8==7.0.0",
4444
"flake8-docstrings==1.7.0",
4545
"pandas==2.3.0",
46-
"pytest==8.4.2",
46+
"pytest==9.0.3",
4747
"pytest-cov==7.0.0",
4848
"derp==0.1.1",
4949
"tomli>=2.2.1",

src/citrine/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.0.2"
1+
__version__ = "4.0.3"

test_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ factory-boy==3.3.3
33
flake8==7.0.0
44
flake8-docstrings==1.7.0
55
mock==5.2.0
6-
pytest==8.4.2
6+
pytest==9.0.3
77
pytest-cov==7.0.0
88
requests-mock==1.12.1
99
pandas>=2.0.3,<3

0 commit comments

Comments
 (0)