Skip to content

Commit

Permalink
chore: Updating Python Requirements (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Feb 1, 2024
1 parent ee1f3fc commit 136d638
Show file tree
Hide file tree
Showing 5 changed files with 15 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 @@ -28,7 +28,7 @@ importlib-resources==6.1.1
# matplotlib
kiwisolver==1.4.5
# via matplotlib
mako==1.3.1
mako==1.3.2
# via alembic
markupsafe==2.1.4
# via mako
Expand All @@ -51,7 +51,7 @@ python-dateutil==2.8.2
# via
# matplotlib
# pandas
pytz==2023.3.post1
pytz==2023.4
# via pandas
six==1.16.0
# via python-dateutil
Expand Down
2 changes: 1 addition & 1 deletion edx_repo_tools/find_dependencies/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ rich==13.7.0
# via -r edx_repo_tools/find_dependencies/extra.in
typing-extensions==4.9.0
# via rich
urllib3==2.1.0
urllib3==2.2.0
# via requests
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.1.0
urllib3==2.2.0
# via requests

# The following packages are considered to be unsafe in a requirements file:
Expand Down
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ click==8.1.7
# moreorless
colorama==0.4.6
# via tox
cryptography==42.0.1
cryptography==42.0.2
# via pyjwt
distlib==0.3.8
# via virtualenv
Expand Down Expand Up @@ -78,7 +78,7 @@ path==16.9.0
# via path-py
path-py==12.5.0
# via -r requirements/base.in
platformdirs==4.1.0
platformdirs==4.2.0
# via
# tox
# virtualenv
Expand All @@ -94,7 +94,7 @@ pyjwt[crypto]==2.8.0
# pyjwt
pyproject-api==1.6.1
# via tox
pytest==7.4.4
pytest==8.0.0
# via
# -r requirements/base.in
# pytest-logging
Expand Down Expand Up @@ -139,7 +139,7 @@ uritemplate==4.1.1
# via
# -r requirements/base.in
# github3-py
urllib3==2.1.0
urllib3==2.2.0
# via requests
urlobject==2.4.3
# via -r requirements/base.in
Expand Down
14 changes: 7 additions & 7 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,17 @@ click==8.1.7
# pip-tools
click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
code-annotations==1.6.0
# via edx-lint
colorama==0.4.6
# via
# -r requirements/base.txt
# tox
cryptography==42.0.1
cryptography==42.0.2
# via
# -r requirements/base.txt
# pyjwt
dill==0.3.7
dill==0.3.8
# via pylint
distlib==0.3.8
# via
Expand Down Expand Up @@ -151,7 +151,7 @@ pbr==6.0.0
# via stevedore
pip-tools==7.3.0
# via -r requirements/development.in
platformdirs==4.1.0
platformdirs==4.2.0
# via
# -r requirements/base.txt
# pylint
Expand Down Expand Up @@ -191,7 +191,7 @@ pyproject-api==1.6.1
# tox
pyproject-hooks==1.0.0
# via build
pytest==7.4.4
pytest==8.0.0
# via
# -r requirements/base.txt
# -r requirements/development.in
Expand All @@ -210,7 +210,7 @@ python-dateutil==2.8.2
# github3-py
python-dotenv==1.0.1
# via -r requirements/base.txt
python-slugify==8.0.1
python-slugify==8.0.3
# via code-annotations
pyyaml==6.0.1
# via
Expand Down Expand Up @@ -270,7 +270,7 @@ uritemplate==4.1.1
# via
# -r requirements/base.txt
# github3-py
urllib3==2.1.0
urllib3==2.2.0
# via
# -r requirements/base.txt
# requests
Expand Down

0 comments on commit 136d638

Please sign in to comment.