Skip to content

Commit

Permalink
chore: bump django version for security vuln
Browse files Browse the repository at this point in the history
  • Loading branch information
long74100 committed Aug 23, 2022
1 parent b2716fd commit 3c0882f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion getsmarter_api_clients/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Clients to interact with GetSmarter APIs.
"""

__version__ = '0.3.0'
__version__ = '0.3.1'
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ charset-normalizer==2.1.0
# via requests
click==8.1.3
# via edx-django-utils
django==3.2.14
django==3.2.15
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# django-crum
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ distlib==0.3.5
# via
# -r requirements/ci.txt
# virtualenv
django==3.2.14
django==3.2.15
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -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 @@ -47,7 +47,7 @@ cryptography==37.0.4
# via secretstorage
ddt==1.5.0
# via -r requirements/test.txt
django==3.2.14
django==3.2.15
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ddt==1.5.0
# via -r requirements/test.txt
dill==0.3.5.1
# via pylint
django==3.2.14
django==3.2.15
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ coverage[toml]==6.4.2
# via pytest-cov
ddt==1.5.0
# via -r requirements/test.in
django==3.2.14
django==3.2.15
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
Expand Down

0 comments on commit 3c0882f

Please sign in to comment.