Skip to content

Commit a566b56

Browse files
Merge pull request #21 from JamalZeynalov/codecov-downgrade
Downgrade to rootpath==0.1.0
2 parents fe1f4be + 6253318 commit a566b56

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ Faker>=15.2.0
33
setuptools>=65.5.1
44
PyYAML>=6.0
55
python-dotenv>=0.21.0
6-
rootpath>=0.1.1
6+
rootpath==0.1.0
77
environs>=9.5.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="swagger-coverage",
8-
version="2.2.13",
8+
version="3.0.0",
99
author="Jamal Zeinalov",
1010
author_email="jamal.zeynalov@gmail.com",
1111
description='Python adapter for "swagger-coverage" tool',
@@ -24,7 +24,7 @@
2424
"setuptools>=65.5.1",
2525
"PyYAML>=6.0",
2626
"python-dotenv>=0.21.0",
27-
"rootpath>=0.1.1",
27+
"rootpath==0.1.0",
2828
"environs>=9.5.0",
2929

3030
],

0 commit comments

Comments
 (0)