Skip to content

Commit

Permalink
Merge pull request #21 from JamalZeynalov/codecov-downgrade
Browse files Browse the repository at this point in the history
Downgrade to rootpath==0.1.0
  • Loading branch information
JamalZeynalov authored Apr 13, 2023
2 parents fe1f4be + 6253318 commit a566b56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Faker>=15.2.0
setuptools>=65.5.1
PyYAML>=6.0
python-dotenv>=0.21.0
rootpath>=0.1.1
rootpath==0.1.0
environs>=9.5.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="swagger-coverage",
version="2.2.13",
version="3.0.0",
author="Jamal Zeinalov",
author_email="[email protected]",
description='Python adapter for "swagger-coverage" tool',
Expand All @@ -24,7 +24,7 @@
"setuptools>=65.5.1",
"PyYAML>=6.0",
"python-dotenv>=0.21.0",
"rootpath>=0.1.1",
"rootpath==0.1.0",
"environs>=9.5.0",

],
Expand Down

0 comments on commit a566b56

Please sign in to comment.