Skip to content

Commit edd7f9a

Browse files
committed
Fix python dependencies
1 parent f337748 commit edd7f9a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
## Tools
1616

1717
### Language(s)
18-
- python 3.6, 3.7, 3.8, 3.9
18+
- python 3.6, 3.7, 3.8, 3.9, 3.10
1919

2020
### Development
2121
- [pylint](https://www.pylint.org/) code analyser

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
pytest==8.3.4
2-
pytest-emoji-output==0.1.4
1+
pytest==7.0.1
2+
pytest-emoji-output==0.2.1
33
pytest-html==2.0.1
4-
pytest-clarity==0.2.0a1
4+
pytest-clarity==1.0.1
55
pytest-cov==2.8.1
66
pytest-instafail==0.4.1.post0
77
coveralls==1.9.2

0 commit comments

Comments
 (0)