Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Aug 19, 2024
1 parent 5837ebb commit bcb8006
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ boltons==24.0.0
# via
# face
# glom
cachetools==5.4.0
cachetools==5.5.0
# via -r requirements/base.in
celery==5.4.0
# via -r requirements/base.in
Expand Down Expand Up @@ -126,7 +126,7 @@ requests-oauthlib==2.0.0
# jira
requests-toolbelt==1.0.0
# via jira
sentry-sdk[flask]==2.12.0
sentry-sdk[flask]==2.13.0
# via -r requirements/base.in
six==1.16.0
# via python-dateutil
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ boltons==24.0.0
# glom
build==1.2.1
# via pip-tools
cachetools==5.4.0
cachetools==5.5.0
# via -r requirements/base.in
celery==5.4.0
# via -r requirements/base.in
Expand Down Expand Up @@ -271,7 +271,7 @@ schema==0.7.7
# via repo-tools-data-schema
scriv==1.5.1
# via -r requirements/dev.in
sentry-sdk[flask]==2.12.0
sentry-sdk[flask]==2.13.0
# via -r requirements/base.in
six==1.16.0
# via
Expand Down Expand Up @@ -305,7 +305,7 @@ stevedore==5.2.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
tomlkit==0.13.0
tomlkit==0.13.2
# via pylint
types-cachetools==5.4.0.20240717
# via -r requirements/dev.in
Expand Down Expand Up @@ -345,5 +345,5 @@ wheel==0.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via pip-tools
setuptools==72.1.0
setuptools==72.2.0
# via pip-tools
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ wheel==0.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via pip-tools
setuptools==72.1.0
setuptools==72.2.0
# via pip-tools
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.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==72.1.0
setuptools==72.2.0
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ boltons==24.0.0
# via
# face
# glom
cachetools==5.4.0
cachetools==5.5.0
# via -r requirements/base.in
celery==5.4.0
# via -r requirements/base.in
Expand Down Expand Up @@ -181,7 +181,7 @@ requests-toolbelt==1.0.0
# via jira
schema==0.7.7
# via repo-tools-data-schema
sentry-sdk[flask]==2.12.0
sentry-sdk[flask]==2.13.0
# via -r requirements/base.in
six==1.16.0
# via
Expand Down

0 comments on commit bcb8006

Please sign in to comment.