Skip to content

Commit 8ce0b13

Browse files
committed
remove pytz
1 parent 9c52d80 commit 8ce0b13

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

SECURITY.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ This project depends on several third-party libraries:
3737
- phonenumbers==8.13.25
3838
- django-phonenumber-field==7.2.0
3939
- babel==2.13.1
40-
- pytz~=2023.3.post1
4140

4241
We strive to keep these dependencies up to date and free from vulnerabilities. If you find a vulnerability in one of
4342
these dependencies, please follow the steps above to report it.

requirements-test.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ phonenumbers==8.13.33
33
django-phonenumber-field==7.3.0
44
babel==2.14.0
55
setuptools==69.2.0
6-
pytz~=2024.1
76
requests~=2.31.0
87
django-q2==1.6.2
9-
python-dotenv==1.0.1
8+
python-dotenv==1.0.1

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ phonenumbers==8.13.33
44
django-phonenumber-field==7.3.0
55
babel==2.14.0
66
setuptools==69.2.0
7-
pytz~=2024.1
87
requests~=2.31.0
98
django-q2==1.6.2
10-
python-dotenv==1.0.1
9+
python-dotenv==1.0.1

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,4 @@ install_requires =
2727
phonenumbers>=8.13.22
2828
django-phonenumber-field>=7.2.0
2929
babel>=2.13.0
30-
pytz>=2023.3
3130
django-q2>=1.6.1

0 commit comments

Comments
 (0)