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.
1 parent 344312f commit f84567fCopy full SHA for f84567f
requirements.txt
@@ -18,6 +18,8 @@ coveralls==3.3.1
18
# via -r requirements.in
19
docopt==0.6.2
20
# via coveralls
21
+exceptiongroup==1.0.0
22
+ # via pytest
23
flake8==5.0.4
24
25
idna==3.4
@@ -36,15 +38,13 @@ packaging==21.3
36
38
# via pytest
37
39
pluggy==1.0.0
40
-py==1.11.0
- # via pytest
41
pycodestyle==2.9.1
42
# via flake8
43
pyflakes==2.5.0
44
45
pyparsing==3.0.9
46
# via packaging
47
-pytest==7.1.3
+pytest==7.2.0
48
# via
49
# -r requirements.in
50
# pytest-cov
0 commit comments