Skip to content

Commit

Permalink
chore: Updating Python Requirements (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Feb 15, 2024
1 parent 90df4ed commit a92798a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion edx_repo_tools/conventional_commits/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ sqlalchemy==1.4.51
# dataset
typing-extensions==4.9.0
# via alembic
tzdata==2023.4
tzdata==2024.1
# via pandas
zipp==3.17.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ tomli==2.0.1
# tox
tox==4.12.1
# via -r requirements/base.in
tqdm==4.66.1
tqdm==4.66.2
# via -r requirements/base.in
uritemplate==4.1.1
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.3
python-slugify==8.0.4
# via code-annotations
pyyaml==6.0.1
# via
Expand All @@ -223,7 +223,7 @@ requests==2.31.0
# cachecontrol
# github3-py
# responses
responses==0.24.1
responses==0.25.0
# via -r requirements/development.in
ruamel-yaml==0.18.6
# via -r requirements/base.txt
Expand Down Expand Up @@ -260,7 +260,7 @@ tomlkit==0.12.3
# via pylint
tox==4.12.1
# via -r requirements/base.txt
tqdm==4.66.1
tqdm==4.66.2
# via -r requirements/base.txt
typing-extensions==4.9.0
# via
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.42.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.0.3
setuptools==69.1.0
# via -r requirements/pip.in

0 comments on commit a92798a

Please sign in to comment.