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

build(deps): bump django from 4.2.10 to 4.2.11 in /requirements #234

Closed
wants to merge 1 commit into from
Closed
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
14 changes: 7 additions & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
django==4.2.10
django==4.2.11
# via
# -c requirements/common_constraints.txt
# -c common_constraints.txt
# django-crum
# django-model-utils
# django-waffle
Expand All @@ -64,7 +64,7 @@ django-waffle==4.1.0
djangorestframework==3.14.0
# via super-csv
edx-bulk-grades==1.0.2
# via -r requirements/base.in
# via -r base.in
edx-celeryutils==1.2.5
# via super-csv
edx-django-utils==5.10.1
Expand All @@ -86,7 +86,7 @@ lxml==5.1.0
mako==1.3.2
# via xblock
markdown==3.5.2
# via -r requirements/base.in
# via -r base.in
markupsafe==2.1.5
# via
# mako
Expand All @@ -96,7 +96,7 @@ newrelic==9.7.0
path==16.10.0
# via path-py
path-py==12.5.0
# via -r requirements/base.in
# via -r base.in
pbr==6.0.0
# via stevedore
prompt-toolkit==3.0.43
Expand Down Expand Up @@ -161,12 +161,12 @@ wcwidth==0.2.13
# via prompt-toolkit
web-fragments==2.1.0
# via
# -r requirements/base.in
# -r base.in
# xblock
webob==1.8.7
# via xblock
xblock==2.0.0
# via -r requirements/base.in
# via -r base.in
zipp==3.17.0
# via importlib-metadata

Expand Down
Loading