Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Nov 13, 2024
1 parent eb4431b commit 098c555
Show file tree
Hide file tree
Showing 8 changed files with 190 additions and 263 deletions.
34 changes: 16 additions & 18 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,59 +1,57 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
#
aiohttp==3.9.3
aiohappyeyeballs==2.4.3
# via aiohttp
aiohttp==3.10.10
# via
# github-py
# pytest-aiohttp
aiosignal==1.3.1
# via aiohttp
async-timeout==4.0.3
# via aiohttp
attrs==23.2.0
attrs==24.2.0
# via aiohttp
exceptiongroup==1.2.0
# via pytest
frozenlist==1.4.1
frozenlist==1.5.0
# via
# aiohttp
# aiosignal
gitdb==4.0.11
# via gitpython
github-py @ git+https://github.com/ShineyDev/github.py.git@8e3514010eb35a91e012f2935f48138b3c35cef6
# via -r requirements/github.in
gitpython==3.1.42
gitpython==3.1.43
# via -r requirements/base.in
idna==2.10
# via
# -c requirements/constraints.txt
# yarl
iniconfig==2.0.0
# via pytest
multidict==6.0.5
multidict==6.1.0
# via
# aiohttp
# yarl
packaging==23.2
packaging==24.2
# via pytest
pluggy==1.4.0
pluggy==1.5.0
# via pytest
pytest==8.0.2
propcache==0.2.0
# via yarl
pytest==8.3.3
# via
# -r requirements/base.in
# pytest-aiohttp
# pytest-asyncio
pytest-aiohttp==1.0.5
# via -r requirements/base.in
pytest-asyncio==0.23.5
pytest-asyncio==0.24.0
# via pytest-aiohttp
pyyaml==6.0.1
pyyaml==6.0.2
# via -r requirements/base.in
smmap==5.0.1
# via gitdb
tomli==2.0.1
# via pytest
yarl==1.9.4
yarl==1.17.1
# via aiohttp
16 changes: 7 additions & 9 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,28 +1,26 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
#
distlib==0.3.8
distlib==0.3.9
# via virtualenv
filelock==3.13.1
filelock==3.16.1
# via
# tox
# virtualenv
packaging==23.2
packaging==24.2
# via tox
platformdirs==4.2.0
platformdirs==4.3.6
# via virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via tox
py==1.11.0
# via tox
six==1.16.0
# via tox
tomli==2.0.1
# via tox
tox==3.28.0
# via -r requirements/ci.in
virtualenv==20.25.1
virtualenv==20.27.1
# via tox
Loading

0 comments on commit 098c555

Please sign in to comment.