Skip to content

Commit

Permalink
Merge pull request #510 from openedx/repo-tools/upgrade-python-requir…
Browse files Browse the repository at this point in the history
…ements-d8761be

chore: Upgrade Python requirements
  • Loading branch information
AfaqShuaib09 committed Jul 5, 2024
2 parents d8761be + da58275 commit ca403ed
Show file tree
Hide file tree
Showing 7 changed files with 301 additions and 142 deletions.
2 changes: 1 addition & 1 deletion edxval/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,7 @@ def create_transcripts_xml(video_id, video_el, resource_fs, static_dir):
continue

SubElement(
transcripts_el,
transcripts_el, # pylint: disable=possibly-used-before-assignment
'transcript',
{
'language_code': language_code,
Expand Down
23 changes: 12 additions & 11 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,49 +6,50 @@
#
cachetools==5.3.3
# via tox
certifi==2024.2.2
certifi==2024.7.4
# via requests
chardet==5.2.0
# via tox
charset-normalizer==3.3.2
# via requests
colorama==0.4.6
# via tox
coverage==6.5.0
coverage[toml]==7.5.4
# via coveralls
coveralls==3.3.1
coveralls==4.0.1
# via -r requirements/ci.in
distlib==0.3.8
# via virtualenv
docopt==0.6.2
# via coveralls
filelock==3.13.4
filelock==3.15.4
# via
# tox
# virtualenv
idna==3.7
# via requests
packaging==24.0
packaging==24.1
# via
# pyproject-api
# tox
platformdirs==4.2.1
platformdirs==4.2.2
# via
# tox
# virtualenv
pluggy==1.5.0
# via tox
pyproject-api==1.6.1
pyproject-api==1.7.1
# via tox
requests==2.31.0
requests==2.32.3
# via coveralls
tomli==2.0.1
# via
# coverage
# pyproject-api
# tox
tox==4.14.2
tox==4.16.0
# via -r requirements/ci.in
urllib3==2.2.1
urllib3==2.2.2
# via requests
virtualenv==20.26.0
virtualenv==20.26.3
# via tox
Loading

0 comments on commit ca403ed

Please sign in to comment.