Skip to content

Commit

Permalink
Merge pull request #1 from SendOutCards/chore/update-typing-extension…
Browse files Browse the repository at this point in the history
…s-mypy

Chore: Update typing-extensions and mypy, bump version number
  • Loading branch information
pheki authored Feb 16, 2022
2 parents 9cc8e73 + 23b0184 commit f69507c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
-r requirements.txt
beautifulsoup4==4.9.1
xmlformatter==0.1.1
mypy==0.782
mypy==0.931
types-requests>=2,<3
types-python-dateutil>=2,<3
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ python-dateutil>=2,<3
toolz>=0.10,<1
xmltodict>=0.12,<1.0
requests>=2,<3
typing-extensions>=3,<4
typing-extensions>=4.0,<5
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='qbwc',
version='0.2.0',
version='0.2.1',
description='QuickBooks Web Connector SDK',
author='Tyler Lovely',
author_email='tyler.n.lovely@gmail.com',
Expand Down

0 comments on commit f69507c

Please # to comment.