Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #66 from openedx/jenkins/upgrade-python-requiremen…
Browse files Browse the repository at this point in the history
…ts-ed42f3c

Python Requirements Update
  • Loading branch information
salman2013 authored Dec 26, 2023
2 parents ed42f3c + f6c203c commit 987c54c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 29 deletions.
27 changes: 4 additions & 23 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
#
# make upgrade
#
aiohttp==3.9.1
# via black
aiosignal==1.3.1
# via aiohttp
amqp==5.2.0
# via
# -r requirements/quality.txt
Expand All @@ -21,10 +17,6 @@ astroid==3.0.2
# -r requirements/quality.txt
# pylint
# pylint-celery
async-timeout==4.0.3
# via aiohttp
attrs==23.1.0
# via aiohttp
backports-zoneinfo[tzdata]==0.2.1
# via
# -r requirements/quality.txt
Expand All @@ -35,7 +27,7 @@ billiard==4.2.0
# via
# -r requirements/quality.txt
# celery
black==23.12.0
black==23.12.1
# via -r requirements/dev.in
build==1.0.3
# via
Expand Down Expand Up @@ -103,7 +95,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.3.3
coverage[toml]==7.3.4
# via
# -r requirements/quality.txt
# coverage
Expand Down Expand Up @@ -167,16 +159,11 @@ filelock==3.13.1
# -r requirements/ci.txt
# tox
# virtualenv
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
idna==3.6
# via
# -r requirements/quality.txt
# requests
# yarl
importlib-metadata==7.0.0
importlib-metadata==7.0.1
# via
# -r requirements/pip-tools.txt
# build
Expand All @@ -197,7 +184,7 @@ kombu==5.3.4
# via
# -r requirements/quality.txt
# celery
lxml==4.9.3
lxml==4.9.4
# via edx-i18n-tools
markupsafe==2.1.3
# via
Expand All @@ -207,10 +194,6 @@ mccabe==0.7.0
# via
# -r requirements/quality.txt
# pylint
multidict==6.0.4
# via
# aiohttp
# yarl
mypy-extensions==1.0.0
# via black
newrelic==9.3.0
Expand Down Expand Up @@ -422,8 +405,6 @@ wheel==0.42.0
# via
# -r requirements/pip-tools.txt
# pip-tools
yarl==1.9.4
# via aiohttp
zipp==3.17.0
# via
# -r requirements/pip-tools.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ code-annotations==1.5.0
# via
# -r requirements/test.txt
# edx-toggles
coverage[toml]==7.3.3
coverage[toml]==7.3.4
# via
# -r requirements/test.txt
# coverage
Expand Down Expand Up @@ -135,7 +135,7 @@ idna==3.6
# requests
imagesize==1.4.1
# via sphinx
importlib-metadata==7.0.0
importlib-metadata==7.0.1
# via
# build
# keyring
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==7.0.0
importlib-metadata==7.0.1
# via build
packaging==23.2
# via build
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.42.0
# The following packages are considered to be unsafe in a requirements file:
pip==23.3.2
# via -r requirements/pip.in
setuptools==69.0.2
setuptools==69.0.3
# 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 @@ -70,7 +70,7 @@ code-annotations==1.5.0
# -r requirements/test.txt
# edx-lint
# edx-toggles
coverage[toml]==7.3.3
coverage[toml]==7.3.4
# via
# -r requirements/test.txt
# coverage
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ code-annotations==1.5.0
# -r requirements/base.txt
# -r requirements/test.in
# edx-toggles
coverage[toml]==7.3.3
coverage[toml]==7.3.4
# via
# coverage
# pytest-cov
Expand Down

0 comments on commit 987c54c

Please sign in to comment.