Skip to content

Commit 467f8b9

Browse files
committed
[chores] Relax requirements.txt ranges to reduce dependabot PRs
We don't need a dependabot PR each time a new boto version is out.
1 parent d850f6f commit 467f8b9

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

images/openwisp_base/requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ service_identity
33
django-redis
44
psycopg2
55
sentry-sdk
6-
supervisor~=4.2 # allows 4.x and > 4.2
7-
django-cors-headers~=4.7
8-
django-pipeline~=4.0
9-
uwsgi~=2.0.30
6+
supervisor>=4.3.0,<4.4.0
7+
django-cors-headers>=4.9.0,<4.10.0
8+
django-pipeline>=4.1.0,<4.2.0
9+
uwsgi>=2.0.30,<2.1.0
1010
django-celery-email~=3.0.0
11-
tldextract~=5.3.0
11+
tldextract>=5.3.0,<5.4.0
1212
# these add support for object storage
1313
# (eg: Amazon S3, GCS)
14-
django-storages~=1.14.6
15-
boto3~=1.40.43
14+
django-storages>=1.14.6,<1.15.0
15+
boto3>=1.40.49,<1.41.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
tldextract~=5.3.0
1+
tldextract>=5.3.0,<5.4.0

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
docker~=7.1.0
1+
docker>=7.1.0,7.2.0
22
openwisp-utils[qa,selenium] @ https://github.com/openwisp/openwisp-utils/tarball/1.2

0 commit comments

Comments
 (0)