Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #480

Merged
merged 1 commit into from
Feb 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -14,7 +14,7 @@ cycler==0.12.1
# via matplotlib
dataset==1.6.2
# via -r edx_repo_tools/conventional_commits/extra.in
fonttools==4.48.1
fonttools==4.49.0
# via matplotlib
greenlet==3.0.3
# via
Expand All @@ -32,7 +32,7 @@ mako==1.3.2
# via alembic
markupsafe==2.1.5
# via mako
matplotlib==3.7.4
matplotlib==3.7.5
# via -r edx_repo_tools/conventional_commits/extra.in
numpy==1.24.4
# via
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.2.0
urllib3==2.2.1
# 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.2.0
urllib3==2.2.1
# via requests

# The following packages are considered to be unsafe in a requirements file:
Expand Down
16 changes: 7 additions & 9 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.2
cryptography==42.0.4
# via pyjwt
distlib==0.3.8
# via virtualenv
Expand All @@ -53,7 +53,7 @@ gitdb==4.0.11
# via gitpython
github3-py==4.0.1
# via -r requirements/base.in
gitpython==3.1.41
gitpython==3.1.42
# via -r requirements/base.in
idna==3.6
# via requests
Expand Down Expand Up @@ -89,12 +89,10 @@ pluggy==1.4.0
pycparser==2.21
# via cffi
pyjwt[crypto]==2.8.0
# via
# github3-py
# pyjwt
# via github3-py
pyproject-api==1.6.1
# via tox
pytest==8.0.0
pytest==8.0.1
# via
# -r requirements/base.in
# pytest-logging
Expand Down Expand Up @@ -131,19 +129,19 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tox==4.12.1
tox==4.13.0
# via -r requirements/base.in
tqdm==4.66.2
# via -r requirements/base.in
uritemplate==4.1.1
# via
# -r requirements/base.in
# github3-py
urllib3==2.2.0
urllib3==2.2.1
# via requests
urlobject==2.4.3
# via -r requirements/base.in
virtualenv==20.25.0
virtualenv==20.25.1
# via tox
volatile==2.1.0
# via bowler
19 changes: 10 additions & 9 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ colorama==0.4.6
# via
# -r requirements/base.txt
# tox
cryptography==42.0.2
cryptography==42.0.4
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -100,7 +100,7 @@ gitdb==4.0.11
# gitpython
github3-py==4.0.1
# via -r requirements/base.txt
gitpython==3.1.41
gitpython==3.1.42
# via -r requirements/base.txt
idna==3.6
# via
Expand Down Expand Up @@ -149,7 +149,7 @@ path-py==12.5.0
# via -r requirements/base.txt
pbr==6.0.0
# via stevedore
pip-tools==7.3.0
pip-tools==7.4.0
# via -r requirements/development.in
platformdirs==4.2.0
# via
Expand All @@ -170,7 +170,6 @@ pyjwt[crypto]==2.8.0
# via
# -r requirements/base.txt
# github3-py
# pyjwt
pylint==3.0.3
# via
# edx-lint
Expand All @@ -190,8 +189,10 @@ pyproject-api==1.6.1
# -r requirements/base.txt
# tox
pyproject-hooks==1.0.0
# via build
pytest==8.0.0
# via
# build
# pip-tools
pytest==8.0.1
# via
# -r requirements/base.txt
# -r requirements/development.in
Expand Down Expand Up @@ -258,7 +259,7 @@ tomli==2.0.1
# tox
tomlkit==0.12.3
# via pylint
tox==4.12.1
tox==4.13.0
# via -r requirements/base.txt
tqdm==4.66.2
# via -r requirements/base.txt
Expand All @@ -270,14 +271,14 @@ uritemplate==4.1.1
# via
# -r requirements/base.txt
# github3-py
urllib3==2.2.0
urllib3==2.2.1
# via
# -r requirements/base.txt
# requests
# responses
urlobject==2.4.3
# via -r requirements/base.txt
virtualenv==20.25.0
virtualenv==20.25.1
# via
# -r requirements/base.txt
# tox
Expand Down
6 changes: 4 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ importlib-metadata==7.0.1
# via build
packaging==23.2
# via build
pip-tools==7.3.0
pip-tools==7.4.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
Expand Down
Loading