Skip to content

Commit 0d1e968

Browse files
authored
Merge pull request #33 from ramwin/master
Bump deps
2 parents 3d2fb97 + cd5d439 commit 0d1e968

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55

66
setup(
77
name = 'syncthing',
8-
version = '2.4.2',
8+
version = '2.4.3',
99
author = 'Blake VandeMerwe',
1010
author_email = 'blakev@null.net',
1111
description = 'Python bindings to the Syncthing REST interface, targeting v0.14.44',
1212
url = 'https://github.com/blakev/python-syncthing',
1313
license = 'The MIT License',
1414
install_requires = [
15-
'python-dateutil==2.8.1',
16-
'requests==2.24.0'
15+
'python-dateutil>=2.8.1,<=2.8.2',
16+
'requests>=2.24.0,<=2.28.0'
1717
],
1818
extras_require = {
1919
'dev': [
@@ -44,4 +44,4 @@
4444
'Programming Language :: Python :: 3.8',
4545
'Topic :: System :: Archiving :: Mirroring'
4646
],
47-
)
47+
)

0 commit comments

Comments
 (0)