Skip to content

Commit 3a90e89

Browse files
chore: bump the pip group across 1 directory with 2 updates
Bumps the pip group with 2 updates in the /app directory: [cryptography](https://github.com/pyca/cryptography) and [django](https://github.com/django/django). Updates `cryptography` from 44.0.0 to 44.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@44.0.0...44.0.1) Updates `django` from 4.2.16 to 4.2.27 - [Commits](django/django@4.2.16...4.2.27) --- updated-dependencies: - dependency-name: cryptography dependency-version: 44.0.1 dependency-type: indirect dependency-group: pip - dependency-name: django dependency-version: 4.2.27 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 36706bb commit 3a90e89

File tree

2 files changed

+23
-15
lines changed

2 files changed

+23
-15
lines changed

app/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
django~=4.2.0
1+
django~=4.2.27
22
django-extensions
33
django-linear-migrations
44
django-phonenumber-field[phonenumbers]

app/requirements.txt

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ attrs==24.2.0
66
# referencing
77
cffi==1.17.1
88
# via cryptography
9-
coverage==7.6.8
9+
coverage[toml]==7.6.8
1010
# via pytest-cov
11-
cryptography==44.0.0
11+
cryptography==44.0.1
1212
# via pyjwt
13-
django==4.2.16
13+
django==4.2.27
1414
# via
15+
# -r requirements.in
1516
# django-extensions
1617
# django-linear-migrations
1718
# django-phonenumber-field
@@ -20,17 +21,22 @@ django==4.2.16
2021
# drf-jwt
2122
# drf-spectacular
2223
django-extensions==3.2.3
24+
# via -r requirements.in
2325
django-linear-migrations==2.16.0
24-
django-phonenumber-field==8.0.0
26+
# via -r requirements.in
27+
django-phonenumber-field[phonenumbers]==8.0.0
28+
# via -r requirements.in
2529
django-timezone-field==7.0
30+
# via -r requirements.in
2631
djangorestframework==3.15.2
2732
# via
33+
# -r requirements.in
2834
# drf-jwt
2935
# drf-spectacular
3036
drf-jwt==1.19.2
37+
# via -r requirements.in
3138
drf-spectacular==0.28.0
32-
exceptiongroup==1.2.2
33-
# via pytest
39+
# via -r requirements.in
3440
execnet==2.1.1
3541
# via pytest-xdist
3642
inflection==0.5.1
@@ -42,25 +48,32 @@ jsonschema==4.23.0
4248
jsonschema-specifications==2024.10.1
4349
# via jsonschema
4450
markdown==3.7
51+
# via -r requirements.in
4552
packaging==24.2
4653
# via pytest
4754
phonenumbers==8.13.51
4855
# via django-phonenumber-field
4956
pluggy==1.5.0
5057
# via pytest
5158
psycopg2-binary==2.9.10
59+
# via -r requirements.in
5260
pycparser==2.22
5361
# via cffi
54-
pyjwt==2.10.1
55-
# via drf-jwt
62+
pyjwt[crypto]==2.10.1
63+
# via
64+
# drf-jwt
65+
# pyjwt
5666
pytest==8.3.4
5767
# via
5868
# pytest-cov
5969
# pytest-django
6070
# pytest-xdist
6171
pytest-cov==6.0.0
72+
# via -r requirements.in
6273
pytest-django==4.9.0
74+
# via -r requirements.in
6375
pytest-xdist==3.6.1
76+
# via -r requirements.in
6477
pyyaml==6.0.2
6578
# via drf-spectacular
6679
referencing==0.35.1
@@ -73,12 +86,7 @@ rpds-py==0.22.1
7386
# referencing
7487
sqlparse==0.5.2
7588
# via django
76-
tomli==2.2.1
77-
# via
78-
# coverage
79-
# pytest
80-
typing-extensions==4.12.2
81-
# via asgiref
8289
tzdata==2024.2
90+
# via -r requirements.in
8391
uritemplate==4.1.1
8492
# via drf-spectacular

0 commit comments

Comments
 (0)