Skip to content

Commit

Permalink
Upgrade default inflection dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jared-invoiced committed Jun 22, 2024
1 parent f4f99c2 commit b1c12a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
packages=['invoiced', 'invoiced.test'],
install_requires=[
'requests >= 2.0.0',
'inflection >= 0.3.1'
'inflection >= 0.5.1'
],
extras_require={
'requests': ['security>=2.0.0']
Expand Down

0 comments on commit b1c12a9

Please sign in to comment.