Skip to content

Commit

Permalink
Merge pull request #353 from openedx/jenkins/upgrade-python-requireme…
Browse files Browse the repository at this point in the history
…nts-7573005

Python Requirements Update
  • Loading branch information
mumarkhan999 authored Jul 13, 2023
2 parents 7573005 + c4d0789 commit bf25f4b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
astroid==2.15.5
astroid==2.15.6
# via
# pylint
# pylint-celery
click==8.1.3
click==8.1.4
# via
# -r requirements/base.in
# click-log
Expand All @@ -33,7 +33,7 @@ mccabe==0.7.0
# via pylint
pbr==5.11.1
# via stevedore
platformdirs==3.8.0
platformdirs==3.8.1
# via pylint
pylint==2.17.4
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ filelock==3.12.2
# virtualenv
packaging==23.1
# via tox
platformdirs==3.8.0
platformdirs==3.8.1
# via virtualenv
pluggy==1.2.0
# via tox
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
#
# make upgrade
#
astroid==2.15.5
astroid==2.15.6
# via
# -r requirements/base.txt
# pylint
# pylint-celery
click==8.1.3
click==8.1.4
# via
# -r requirements/base.txt
# click-log
Expand Down Expand Up @@ -56,7 +56,7 @@ pbr==5.11.1
# via
# -r requirements/base.txt
# stevedore
platformdirs==3.8.0
platformdirs==3.8.1
# via
# -r requirements/base.txt
# pylint
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==0.10.0
# via pip-tools
click==8.1.3
click==8.1.4
# via pip-tools
packaging==23.1
# via build
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
#
asgiref==3.7.2
# via django
astroid==2.15.5
astroid==2.15.6
# via
# -r requirements/dev.txt
# pylint
# pylint-celery
click==8.1.3
click==8.1.4
# via
# -r requirements/dev.txt
# click-log
Expand All @@ -32,11 +32,11 @@ distlib==0.3.6
# via
# -r requirements/dev.txt
# virtualenv
django==3.2.19
django==3.2.20
# via
# -c requirements/../edx_lint/files/common_constraints.txt
# -r requirements/test.in
exceptiongroup==1.1.1
exceptiongroup==1.1.2
# via pytest
filelock==3.12.2
# via
Expand Down Expand Up @@ -74,7 +74,7 @@ pbr==5.11.1
# via
# -r requirements/dev.txt
# stevedore
platformdirs==3.8.0
platformdirs==3.8.1
# via
# -r requirements/dev.txt
# pylint
Expand Down

0 comments on commit bf25f4b

Please sign in to comment.