Skip to content

Commit

Permalink
Merge pull request openedx#207 from openedx/repo-tools/upgrade-python…
Browse files Browse the repository at this point in the history
…-requirements-438d265

chore: Upgrade Python requirements
  • Loading branch information
irtazaakram authored and ghassanmas committed Nov 11, 2024
2 parents 438d265 + ea06806 commit 4b17fa2
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion invideoquiz/invideoquiz.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def user_mode(self):
user permission mode
"""
try:
if self.xmodule_runtime.user_is_staff:
if self.scope_ids.user_id is None:
return 'staff'
except AttributeError:
pass
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ web-fragments==2.2.0
# via xblock
webob==1.8.8
# via xblock
xblock==5.0.0
xblock==5.1.0
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==72.2.0
setuptools==73.0.1
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ webob==1.8.8
# via
# -r requirements/base.txt
# xblock
xblock==5.0.0
xblock==5.1.0
# via -r requirements/base.txt

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.4.0
cachetools==5.5.0
# via tox
chardet==5.2.0
# via tox
Expand Down
4 changes: 2 additions & 2 deletions requirements/travis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.4.0
cachetools==5.5.0
# via
# -r requirements/tox.txt
# tox
Expand Down Expand Up @@ -35,7 +35,7 @@ filelock==3.15.4
# -r requirements/tox.txt
# tox
# virtualenv
idna==3.7
idna==3.8
# via requests
packaging==24.1
# via
Expand Down

0 comments on commit 4b17fa2

Please sign in to comment.