Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Sep 14, 2023
1 parent 430c0ca commit c8b8786
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 15 deletions.
4 changes: 2 additions & 2 deletions edx_repo_tools/conventional_commits/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ mako==1.2.4
# via alembic
markupsafe==2.1.3
# via mako
matplotlib==3.7.2
matplotlib==3.7.3
# via -r edx_repo_tools/conventional_commits/extra.in
numpy==1.24.4
# via
Expand All @@ -43,7 +43,7 @@ pandas==2.0.3
# via -r edx_repo_tools/conventional_commits/extra.in
pillow==10.0.0
# via matplotlib
pyparsing==3.0.9
pyparsing==3.1.1
# via matplotlib
python-dateutil==2.8.2
# via
Expand Down
10 changes: 4 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ exceptiongroup==1.1.3
# via pytest
execnet==2.0.2
# via pytest-xdist
filelock==3.12.3
filelock==3.12.4
# via
# tox
# virtualenv
Expand All @@ -47,7 +47,7 @@ gitdb==4.0.10
# via gitpython
github3-py==4.0.1
# via -r requirements/base.in
gitpython==3.1.34
gitpython==3.1.36
# via -r requirements/base.in
idna==3.4
# via requests
Expand Down Expand Up @@ -83,7 +83,7 @@ pycparser==2.21
# via cffi
pyjwt[crypto]==2.8.0
# via github3-py
pytest==7.4.1
pytest==7.4.2
# via
# -r requirements/base.in
# pytest-logging
Expand Down Expand Up @@ -127,8 +127,6 @@ tox==3.28.0
# -r requirements/base.in
tqdm==4.66.1
# via -r requirements/base.in
typing-extensions==4.7.1
# via filelock
uritemplate==4.1.1
# via
# -r requirements/base.in
Expand All @@ -137,7 +135,7 @@ urllib3==2.0.4
# via requests
urlobject==2.4.3
# via -r requirements/base.in
virtualenv==20.24.4
virtualenv==20.24.5
# via tox
volatile==2.1.0
# via bowler
10 changes: 4 additions & 6 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ execnet==2.0.2
# via
# -r requirements/base.txt
# pytest-xdist
filelock==3.12.3
filelock==3.12.4
# via
# -r requirements/base.txt
# tox
Expand All @@ -88,7 +88,7 @@ gitdb==4.0.10
# gitpython
github3-py==4.0.1
# via -r requirements/base.txt
gitpython==3.1.34
gitpython==3.1.36
# via -r requirements/base.txt
idna==3.4
# via
Expand Down Expand Up @@ -178,7 +178,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pyproject-hooks==1.0.0
# via build
pytest==7.4.1
pytest==7.4.2
# via
# -r requirements/base.txt
# -r requirements/development.in
Expand Down Expand Up @@ -255,9 +255,7 @@ types-pyyaml==6.0.12.11
# via responses
typing-extensions==4.7.1
# via
# -r requirements/base.txt
# astroid
# filelock
# pylint
uritemplate==4.1.1
# via
Expand All @@ -270,7 +268,7 @@ urllib3==2.0.4
# responses
urlobject==2.4.3
# via -r requirements/base.txt
virtualenv==20.24.4
virtualenv==20.24.5
# via
# -r requirements/base.txt
# tox
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.41.2
# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.2.0
setuptools==68.2.2
# via -r requirements/pip.in

0 comments on commit c8b8786

Please sign in to comment.