Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Commit 0e861e2

Browse files
Bump inflection from 0.3.1 to 0.5.1
Bumps [inflection](https://github.com/jpvanhal/inflection) from 0.3.1 to 0.5.1. - [Release notes](https://github.com/jpvanhal/inflection/releases) - [Commits](jpvanhal/inflection@0.3.1...0.5.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5e8891d commit 0e861e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
singer-python==5.1.1
22
psycopg2==2.7.5
3-
inflection==0.3.1
3+
inflection==0.5.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
install_requires=[
2121
'pipelinewise-singer-python==1.*',
2222
'psycopg2-binary==2.8.5',
23-
'inflection==0.3.1',
23+
'inflection==0.5.1',
2424
'joblib==0.16.0'
2525
],
2626
extras_require={

0 commit comments

Comments
 (0)