Skip to content

Commit f516957

Browse files
upgrade(requirements) to latest
1 parent 97d396f commit f516957

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

requirements/common.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Core Stuff
22
# -------------------------------------
3-
PyJWT==2.6.0
3+
PyJWT==2.8.0
44

55
# Configuration
66
# -------------------------------------
7-
python-dotenv==0.21.0
7+
python-dotenv==1.0.0
88

99
# Phone number related Stuff
1010
# -------------------------------------
11-
phonenumbers==8.13.2
12-
django-phonenumber-field==7.0.1
13-
twilio==7.15.4
11+
phonenumbers==8.13.25
12+
django-phonenumber-field==7.2.0
13+
twilio==8.10.2
1414
nexmo==2.5.2

requirements/development.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
# Core Stuff
55
# -------------------------------------
6-
Django==4.1.7
6+
Django==4.2.7
77
djangorestframework==3.14.0
88

99
# Code quality
1010
#--------------------------------------
11-
pre-commit==2.20.0
11+
pre-commit==3.5.0

requirements/testing.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Testing
22
# -------------------------------------
3-
pytest==7.2.0
4-
pytest-django==4.5.2
5-
pytest-cov==4.0.0
3+
pytest==7.4.3
4+
pytest-django==4.7.0
5+
pytest-cov==4.1.0
66

7-
django-dynamic-fixture==3.1.2
8-
pytest-mock==3.10.0
9-
tox==4.3.5
10-
ruff==0.0.252
7+
django-dynamic-fixture==4.0.1
8+
pytest-mock==3.12.0
9+
tox==4.11.3
10+
ruff==0.1.6

0 commit comments

Comments
 (0)