Skip to content

Commit

Permalink
Update all dependencies to their latest versions
Browse files Browse the repository at this point in the history
This also removes dev dependencies that aren't needed.
  • Loading branch information
Tenzer committed Sep 6, 2024
1 parent 5ac7770 commit 569982a
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,18 @@
],
url="https://github.com/transferwise/pipelinewise-singer-python",
install_requires=[
'pytz',
'jsonschema==3.2.0',
'orjson==3.7.2',
'python-dateutil>=2.6.0',
'backoff==2.1.2',
'ciso8601',
'pytz==2024.1',
'jsonschema==4.23.0',
'orjson==3.10.7',
'python-dateutil==2.9.0.post0',
'backoff==2.2.1',
'ciso8601==2.3.1',
],
extras_require={
'dev': [
'pylint==2.11.1',
'pytest==7.1.2',
'coverage[toml]~=6.3',
'ipython',
'ipdb',
'unify==0.5'
'pylint==3.2.7',
'pytest==8.3.2',
'coverage[toml]==7.6.1',
]
},
packages=['singer'],
Expand Down

0 comments on commit 569982a

Please sign in to comment.