Skip to content

Commit 16c5a3d

Browse files
committed
feat!: upgrading to django52.
1 parent 0515909 commit 16c5a3d

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

requirements/all.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -745,8 +745,6 @@ pytz==2025.2
745745
# -r requirements/dev.txt
746746
# -r requirements/production.txt
747747
# drf-yasg
748-
pywatchman==3.0.0 ; "linux" in sys_platform
749-
# via -r requirements/dev.txt
750748
pyyaml==6.0.2
751749
# via
752750
# -r requirements/dev.txt

requirements/common_constraints.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
# See BOM-2721 for more details.
44
# Below is the copied and edited version of common_constraints
55

6+
# This is a temporary solution to override the real common_constraints.txt
7+
# In edx-lint, until the pyjwt constraint in edx-lint has been removed.
8+
# See BOM-2721 for more details.
9+
# Below is the copied and edited version of common_constraints
10+
11+
# This is a temporary solution to override the real common_constraints.txt
12+
# In edx-lint, until the pyjwt constraint in edx-lint has been removed.
13+
# See BOM-2721 for more details.
14+
# Below is the copied and edited version of common_constraints
15+
16+
# This is a temporary solution to override the real common_constraints.txt
17+
# In edx-lint, until the pyjwt constraint in edx-lint has been removed.
18+
# See BOM-2721 for more details.
19+
# Below is the copied and edited version of common_constraints
20+
621
# A central location for most common version constraints
722
# (across edx repos) for pip-installation.
823
#

requirements/dev.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -581,8 +581,6 @@ pytz==2025.2
581581
# via
582582
# -r requirements/test.txt
583583
# drf-yasg
584-
pywatchman==3.0.0 ; "linux" in sys_platform
585-
# via -r requirements/dev.in
586584
pyyaml==6.0.2
587585
# via
588586
# -r requirements/test.txt

0 commit comments

Comments
 (0)