Skip to content

Commit

Permalink
Fix requests version
Browse files Browse the repository at this point in the history
  • Loading branch information
hsyyid authored Jan 12, 2024
1 parent 71c1b24 commit 8bed75c
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 @@ -11,7 +11,7 @@
py_modules=["tap_pipedrive"],
install_requires=[
"pendulum==2.1.2",
"requests==2.21.0",
"requests==2.29.0",
"singer-python==5.12.1",
],
entry_points="""
Expand Down

0 comments on commit 8bed75c

Please sign in to comment.