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 21, 2023
1 parent cdedcaf commit 9c6c88c
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 37 deletions.
14 changes: 7 additions & 7 deletions edx_repo_tools/conventional_commits/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ alembic==1.12.0
# via dataset
banal==1.0.6
# via dataset
contourpy==1.1.0
contourpy==1.1.1
# via matplotlib
cycler==0.11.0
# via matplotlib
Expand All @@ -20,7 +20,7 @@ greenlet==2.0.2
# via sqlalchemy
importlib-metadata==6.8.0
# via alembic
importlib-resources==6.0.1
importlib-resources==6.1.0
# via
# alembic
# matplotlib
Expand All @@ -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 @@ -41,9 +41,9 @@ packaging==23.1
# via matplotlib
pandas==2.0.3
# via -r edx_repo_tools/conventional_commits/extra.in
pillow==10.0.0
pillow==10.0.1
# via matplotlib
pyparsing==3.0.9
pyparsing==3.1.1
# via matplotlib
python-dateutil==2.8.2
# via
Expand All @@ -57,11 +57,11 @@ sqlalchemy==1.4.49
# via
# alembic
# dataset
typing-extensions==4.7.1
typing-extensions==4.8.0
# via alembic
tzdata==2023.3
# via pandas
zipp==3.16.2
zipp==3.17.0
# via
# importlib-metadata
# importlib-resources
6 changes: 3 additions & 3 deletions edx_repo_tools/find_dependencies/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ pygments==2.16.1
# via rich
requests==2.31.0
# via -r edx_repo_tools/find_dependencies/extra.in
rich==13.5.2
rich==13.5.3
# via -r edx_repo_tools/find_dependencies/extra.in
typing-extensions==4.7.1
typing-extensions==4.8.0
# via rich
urllib3==2.0.4
urllib3==2.0.5
# via requests
4 changes: 2 additions & 2 deletions edx_repo_tools/repo_access_scraper/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#
greenlet==2.0.2
# via playwright
playwright==1.37.0
playwright==1.38.0
# via -r edx_repo_tools/repo_access_scraper/extra.in
pyee==9.0.4
# via playwright
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# playwright
# pyee
2 changes: 1 addition & 1 deletion edx_repo_tools/repo_checks/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pyyaml==6.0.1
# via -r edx_repo_tools/repo_checks/extra.in
requests==2.31.0
# via -r edx_repo_tools/repo_checks/extra.in
urllib3==2.0.4
urllib3==2.0.5
# via requests

# The following packages are considered to be unsafe in a requirements file:
Expand Down
18 changes: 8 additions & 10 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ click==8.1.7
# -r requirements/base.in
# bowler
# moreorless
cryptography==41.0.3
cryptography==41.0.4
# via pyjwt
distlib==0.3.7
# via virtualenv
Expand All @@ -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,13 +47,13 @@ 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
iniconfig==2.0.0
# via pytest
lazy==1.5
lazy==1.6
# via -r requirements/base.in
lockfile==0.12.2
# via -r requirements/base.in
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 @@ -113,7 +113,7 @@ six==1.16.0
# via
# python-dateutil
# tox
smmap==5.0.0
smmap==5.0.1
# via gitdb
statistics==1.0.3.5
# via -r requirements/base.in
Expand All @@ -127,17 +127,15 @@ 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
# github3-py
urllib3==2.0.4
urllib3==2.0.5
# 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
22 changes: 10 additions & 12 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
# via edx-lint
cryptography==41.0.3
cryptography==41.0.4
# via
# -r requirements/base.txt
# pyjwt
Expand All @@ -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 All @@ -104,7 +104,7 @@ isort==5.12.0
# via pylint
jinja2==3.1.2
# via code-annotations
lazy==1.5
lazy==1.6
# via -r requirements/base.txt
lazy-object-proxy==1.9.0
# via astroid
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 @@ -224,7 +224,7 @@ six==1.16.0
# edx-lint
# python-dateutil
# tox
smmap==5.0.0
smmap==5.0.1
# via
# -r requirements/base.txt
# gitdb
Expand Down Expand Up @@ -253,24 +253,22 @@ tqdm==4.66.1
# via -r requirements/base.txt
types-pyyaml==6.0.12.11
# via responses
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# -r requirements/base.txt
# astroid
# filelock
# pylint
uritemplate==4.1.1
# via
# -r requirements/base.txt
# github3-py
urllib3==2.0.4
urllib3==2.0.5
# via
# -r requirements/base.txt
# requests
# 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 All @@ -282,7 +280,7 @@ wheel==0.41.2
# via pip-tools
wrapt==1.15.0
# via astroid
zipp==3.16.2
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tomli==2.0.1
# pyproject-hooks
wheel==0.41.2
# via pip-tools
zipp==3.16.2
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
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 9c6c88c

Please sign in to comment.