Skip to content

Commit

Permalink
chore: Updating Python Requirements (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Oct 13, 2023
1 parent c706f01 commit 7ed30cd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ code-annotations==1.5.0
# via edx-toggles
cryptography==41.0.4
# via pyjwt
django==3.2.21
django==3.2.22
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down
8 changes: 5 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
annotated-types==0.5.0
annotated-types==0.6.0
# via
# -r requirements/quality.txt
# pydantic
Expand Down Expand Up @@ -70,7 +70,7 @@ distlib==0.3.7
# via
# -r requirements/ci.txt
# virtualenv
django==3.2.21
django==3.2.22
# via
# -c requirements/common_constraints.txt
# -r requirements/quality.txt
Expand All @@ -80,7 +80,7 @@ docutils==0.20.1
# -r requirements/quality.txt
# readme-renderer
# rstcheck-core
edx-i18n-tools==1.2.0
edx-i18n-tools==1.3.0
# via -r requirements/dev.in
edx-lint==5.3.4
# via -r requirements/quality.txt
Expand Down Expand Up @@ -132,6 +132,8 @@ lazy-object-proxy==1.9.0
# via
# -r requirements/quality.txt
# astroid
lxml==4.9.3
# via edx-i18n-tools
markdown-it-py==3.0.0
# via
# -r requirements/quality.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ code-annotations==1.5.0
# via edx-toggles
cryptography==41.0.4
# via pyjwt
django==3.2.21
django==3.2.22
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
annotated-types==0.5.0
annotated-types==0.6.0
# via pydantic
asgiref==3.7.2
# via django
Expand Down Expand Up @@ -34,7 +34,7 @@ cryptography==41.0.4
# via secretstorage
dill==0.3.7
# via pylint
django==3.2.21
django==3.2.22
# via
# -c requirements/common_constraints.txt
# -r requirements/quality.in
Expand Down

0 comments on commit 7ed30cd

Please sign in to comment.