Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelRoytman committed Jan 5, 2024
1 parent 22447b7 commit 4413461
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ edx-django-utils==5.9.0
# edx-rest-api-client
# edx-when
# event-tracking
edx-drf-extensions==9.1.1
edx-drf-extensions==9.0.1
# via
# -r requirements/base.in
# edx-when
Expand Down Expand Up @@ -212,7 +212,7 @@ web-fragments==2.1.0
# via xblock
webob==1.8.7
# via xblock
xblock==1.9.1
xblock==1.9.0
# via edx-when

# The following packages are considered to be unsafe in a requirements file:
Expand Down
10 changes: 0 additions & 10 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,6 @@
# See BOM-2721 for more details.
# Below is the copied and edited version of common_constraints

# This is a temporary solution to override the real common_constraints.txt
# In edx-lint, until the pyjwt constraint in edx-lint has been removed.
# See BOM-2721 for more details.
# Below is the copied and edited version of common_constraints

# This is a temporary solution to override the real common_constraints.txt
# In edx-lint, until the pyjwt constraint in edx-lint has been removed.
# See BOM-2721 for more details.
# Below is the copied and edited version of common_constraints

# A central location for most common version constraints
# (across edx repos) for pip-installation.
#
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ coverage[toml]==7.4.0
# pytest-cov
cryptography==41.0.7
# via pyjwt
ddt==1.7.1
ddt==1.7.0
# via -r requirements/test.in
# via
# -c requirements/common_constraints.txt
Expand Down Expand Up @@ -96,7 +96,7 @@ edx-django-utils==5.9.0
# edx-rest-api-client
# edx-when
# event-tracking
edx-drf-extensions==9.1.1
edx-drf-extensions==9.0.1
# via
# -r requirements/base.in
# edx-when
Expand Down Expand Up @@ -273,7 +273,7 @@ web-fragments==2.1.0
# via xblock
webob==1.8.7
# via xblock
xblock==1.9.1
xblock==1.9.0
# via edx-when

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit 4413461

Please sign in to comment.