Skip to content

Commit

Permalink
Update dependency configparser to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and mhuzaifahkhan committed Jan 24, 2022
1 parent 62907cc commit 949f046
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
click==8.0.3
configparser==3.8.1
configparser==5.2.0
requests>=2.22.0
click-completion>=0.5.2
terminaltables>=3.1.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def run_tests(self):
def get_install_requires():
res = []
res.append('click>=7.0,<8.1')
res.append('configparser==3.8.1')
res.append('configparser==5.2.0')
res.append('requests>=2.22.0')
res.append('click-completion>=0.5.2')
res.append('terminaltables>=3.1.0')
Expand Down

0 comments on commit 949f046

Please sign in to comment.