Skip to content

Commit

Permalink
upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
charliequinn-skyscanner committed Aug 13, 2020
1 parent 87d36b8 commit 48e7e06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
nose==1.3.7
requests==2.21.0
vcrpy==1.10.3
inflect==0.2.5
treelib==1.3.5
requests==2.24.0
vcrpy==4.1.0
inflect==4.1.0
treelib==1.6.1
bumpversion
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def read(*names, **kwargs):
'litmos', 'API'
],
install_requires=[
'requests==2.21.0', 'inflect==0.2.5', 'treelib==1.3.5'
'requests==2.24.0', 'inflect==4.1.0', 'treelib==1.6.1'
],
extras_require={
# eg:
Expand Down

0 comments on commit 48e7e06

Please sign in to comment.