Skip to content

Commit ab5956e

Browse files
committed
[deps] Bumped openwisp-controller~=1.1.0
1 parent 1aa3e54 commit ab5956e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: requirements-test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
openwisp-utils[qa,selenium] @ https://github.com/openwisp/openwisp-utils/tarball/master
1+
openwisp-utils[qa,selenium]~=1.1.1
22
django-redis~=5.4.0
33
mock-ssh-server~=0.9.1
44
responses~=0.25.3

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
include_package_data=True,
3636
zip_safe=False,
3737
install_requires=[
38-
'openwisp-controller @ https://github.com/openwisp/openwisp-controller/tarball/master',
38+
'openwisp-controller~=1.1.0',
3939
'django-private-storage~=3.1.0',
4040
],
4141
classifiers=[

0 commit comments

Comments
 (0)