Skip to content

Commit 8d135d8

Browse files
committed
Merge branch 'main' of github.com:phenobarbital/python-datamodel
2 parents af62a8a + 410558d commit 8d135d8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ black==23.11.0
33
build==1.0.3
44
coverage[toml]==7.2.7
55
flit==3.9.0
6-
hypothesis==6.68.0
6+
hypothesis==6.91.0
77
ipython==8.14.0
88
lint==1.2.1
99
mypy==1.7.1
@@ -13,7 +13,7 @@ pytest>=6.0.0
1313
pytest-asyncio==0.23.2
1414
pytest-cov==4.0.0
1515
pytest-cython==0.2.0
16-
pytest-xdist==3.3.1
16+
pytest-xdist==3.5.0
1717
pytest-assume==2.4.3
1818
sdist==0.0.0
1919
sphinx==6.1.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def readme():
150150
tests_require=[
151151
'pytest>=7.2.2',
152152
'pytest-asyncio==0.23.2',
153-
'pytest-xdist==3.3.1',
153+
'pytest-xdist==3.5.0',
154154
'pytest-assume==2.4.3'
155155
],
156156
test_suite='tests',

0 commit comments

Comments
 (0)