Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Dec 16, 2024
1 parent c5cb11c commit 62835f2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ attrs==24.2.0
# referencing
camel-converter[pydantic]==4.0.1
# via meilisearch
certifi==2024.8.30
certifi==2024.12.14
# via
# elasticsearch
# requests
Expand Down Expand Up @@ -108,7 +108,7 @@ meilisearch==0.33.0
# via -r requirements/base.in
mysqlclient==2.2.6
# via -r requirements/base.in
newrelic==10.3.1
newrelic==10.4.0
# via
# -r requirements/base.in
# edx-django-utils
Expand Down Expand Up @@ -171,7 +171,7 @@ six==1.17.0
# edx-django-release-util
# elasticsearch-dsl
# python-dateutil
sqlparse==0.5.2
sqlparse==0.5.3
# via django
stevedore==5.4.0
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ camel-converter[pydantic]==4.0.1
# -r requirements/base.txt
# -r requirements/test.txt
# meilisearch
certifi==2024.8.30
certifi==2024.12.14
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -67,7 +67,7 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==2.0.0
code-annotations==2.1.0
# via
# -r requirements/quality.in
# -r requirements/test.txt
Expand All @@ -87,7 +87,7 @@ cryptography==44.0.0
# pyjwt
ddt==1.7.2
# via -r requirements/test.txt
diff-cover==9.2.0
diff-cover==9.2.1
# via -r requirements/test.txt
dill==0.3.9
# via
Expand Down Expand Up @@ -262,7 +262,7 @@ mysqlclient==2.2.6
# via
# -r requirements/base.txt
# -r requirements/test.txt
newrelic==10.3.1
newrelic==10.4.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -429,7 +429,7 @@ six==1.17.0
# edx-lint
# elasticsearch-dsl
# python-dateutil
sqlparse==0.5.2
sqlparse==0.5.3
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ camel-converter[pydantic]==4.0.1
# via
# -r requirements/base.txt
# meilisearch
certifi==2024.8.30
certifi==2024.12.14
# via
# -r requirements/base.txt
# elasticsearch
Expand All @@ -51,7 +51,7 @@ click==8.1.7
# -r requirements/base.txt
# code-annotations
# edx-django-utils
code-annotations==2.0.0
code-annotations==2.1.0
# via -r requirements/test.in
colorama==0.4.6
# via tox
Expand All @@ -65,7 +65,7 @@ cryptography==44.0.0
# pyjwt
ddt==1.7.2
# via -r requirements/test.in
diff-cover==9.2.0
diff-cover==9.2.1
# via -r requirements/test.in
dill==0.3.9
# via pylint
Expand Down Expand Up @@ -189,7 +189,7 @@ more-itertools==10.5.0
# via -r requirements/test.in
mysqlclient==2.2.6
# via -r requirements/base.txt
newrelic==10.3.1
newrelic==10.4.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -309,7 +309,7 @@ six==1.17.0
# edx-django-release-util
# elasticsearch-dsl
# python-dateutil
sqlparse==0.5.2
sqlparse==0.5.3
# via
# -r requirements/base.txt
# django
Expand Down

0 comments on commit 62835f2

Please sign in to comment.