Skip to content

Commit bce54c7

Browse files
pandafynemesifier
authored andcommitted
[deps] Bumped openwisp-users~=1.2.0 and openwisp-utils~=1.2.0
1 parent e31b95a commit bce54c7

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

requirements-test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ packaging
55
openwisp-sphinx-theme~=1.0.2
66
freezegun~=1.5.5
77
django-extensions
8-
openwisp-utils[qa,selenium,channels-test] @ https://github.com/openwisp/openwisp-utils/tarball/1.2
8+
openwisp-utils[qa,selenium,channels-test]~=1.2.0
99
pylinkvalidator
1010
lxml~=6.0.2
1111
cssselect~=1.3.0
12-
openwisp-monitoring @ https://github.com/openwisp/openwisp-monitoring/tarball/1.2
12+
openwisp-monitoring~=1.2.0
1313
django-redis~=6.0.0
1414
mock-ssh-server~=0.9.1

setup.py

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,9 @@
3535
include_package_data=True,
3636
zip_safe=False,
3737
install_requires=[
38-
(
39-
"openwisp-notifications"
40-
" @ https://github.com/openwisp/openwisp-notifications/tarball/1.2"
41-
),
42-
"openwisp-users @ https://github.com/openwisp/openwisp-users/tarball/1.2",
43-
(
44-
"openwisp-utils[rest,celery]"
45-
" @ https://github.com/openwisp/openwisp-utils/tarball/1.2"
46-
),
38+
"openwisp-notifications~=1.2.0",
39+
"openwisp-users~=1.2.0",
40+
"openwisp-utils[rest,celery]~=1.2.0",
4741
"passlib~=1.7.1",
4842
"djangorestframework-link-header-pagination~=0.1.1",
4943
"weasyprint>=65,<67",

0 commit comments

Comments
 (0)