Skip to content

Commit 41fe566

Browse files
authored
Merge pull request #23 from maykinmedia/feature/50-update-django-version
⬆️ [#50] upgrade django version
2 parents 4bd107e + 0a9fdba commit 41fe566

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements/base.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ cryptography==43.0.0
7373
# webauthn
7474
diff-match-patch==20230430
7575
# via django-import-export
76-
django==4.2.14
76+
django==4.2.15
7777
# via
7878
# commonground-api-common
7979
# django-admin-index

requirements/ci.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ diff-match-patch==20230430
122122
# via
123123
# -r requirements/base.txt
124124
# django-import-export
125-
django==4.2.14
125+
django==4.2.15
126126
# via
127127
# -r requirements/base.txt
128128
# commonground-api-common

requirements/dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ diff-match-patch==20230430
166166
# -c requirements/ci.txt
167167
# -r requirements/ci.txt
168168
# django-import-export
169-
django==4.2.14
169+
django==4.2.15
170170
# via
171171
# -c requirements/ci.txt
172172
# -r requirements/ci.txt

0 commit comments

Comments
 (0)