We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af62a8a + 410558d commit 8d135d8Copy full SHA for 8d135d8
docs/requirements-dev.txt
@@ -3,7 +3,7 @@ black==23.11.0
3
build==1.0.3
4
coverage[toml]==7.2.7
5
flit==3.9.0
6
-hypothesis==6.68.0
+hypothesis==6.91.0
7
ipython==8.14.0
8
lint==1.2.1
9
mypy==1.7.1
@@ -13,7 +13,7 @@ pytest>=6.0.0
13
pytest-asyncio==0.23.2
14
pytest-cov==4.0.0
15
pytest-cython==0.2.0
16
-pytest-xdist==3.3.1
+pytest-xdist==3.5.0
17
pytest-assume==2.4.3
18
sdist==0.0.0
19
sphinx==6.1.3
setup.py
@@ -150,7 +150,7 @@ def readme():
150
tests_require=[
151
'pytest>=7.2.2',
152
'pytest-asyncio==0.23.2',
153
- 'pytest-xdist==3.3.1',
+ 'pytest-xdist==3.5.0',
154
'pytest-assume==2.4.3'
155
],
156
test_suite='tests',
0 commit comments