We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0b9e02 commit 2578a38Copy full SHA for 2578a38
3 files changed
requirements/common.txt
@@ -4,11 +4,11 @@ PyJWT==2.10.1
4
5
# Configuration
6
# -------------------------------------
7
-python-dotenv==1.1.1
+python-dotenv==1.2.1
8
9
# Phone number related Stuff
10
11
-phonenumberslite==9.0.16
+phonenumberslite==9.0.19
12
django-phonenumber-field==8.3.0
13
-twilio==9.8.3
+twilio==9.8.7
14
nexmo==2.5.2
requirements/development.txt
@@ -3,7 +3,7 @@
3
# Core Stuff
-Django==4.2.25
+Django==5.2.8
djangorestframework==3.16.1
# Code quality
requirements/testing.txt
@@ -6,6 +6,6 @@ pytest-cov==5.0.0
django-dynamic-fixture==4.0.1
pytest-mock==3.14.1
-freezegun==1.5.1
+freezegun==1.5.5
tox==4.25.0
-ruff==0.14.0
+ruff==0.14.6
0 commit comments