Skip to content

Commit

Permalink
fix requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
alangsto committed Feb 24, 2021
1 parent 82be151 commit 60ca714
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Change Log
Unreleased
~~~~~~~~~~

[3.6.7] - 2021-02-24
~~~~~~~~~~~~~~~~~~~~
* Fix requirements file

[3.6.6] - 2021-02-24
~~~~~~~~~~~~~~~~~~~~
* Revert jsonfield PR
Expand Down
2 changes: 1 addition & 1 deletion edx_proctoring/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"""

# Be sure to update the version number in edx_proctoring/package.json
__version__ = '3.6.6'
__version__ = '3.6.7'

default_app_config = 'edx_proctoring.apps.EdxProctoringConfig' # pylint: disable=invalid-name
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@edx/edx-proctoring",
"//": "Be sure to update the version number in edx_proctoring/__init__.py",
"//": "Note that the version format is slightly different than that of the Python version when using prereleases.",
"version": "3.6.6",
"version": "3.6.7",
"main": "edx_proctoring/static/index.js",
"repository": {
"type": "git",
Expand Down
5 changes: 3 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ jsonfield2==3.0.3
# via
# -c requirements/constraints.txt
# -r requirements/base.in
# via celery
lazy==1.4
# via bok-choy
logilab-common==1.8.1
Expand Down Expand Up @@ -171,7 +172,7 @@ pyjwt[crypto]==1.7.1
# via
# drf-jwt
# edx-rest-api-client
pymongo==3.11.3
pymongo==3.11.2
# via
# edx-opaque-keys
# event-tracking
Expand Down Expand Up @@ -239,7 +240,7 @@ six==1.15.0
# cryptography
# edx-drf-extensions
# edx-i18n-tools
# edx-opque-keys
# edx-opaque-keys
# event-tracking
# fs
# pyjwkest
Expand Down

0 comments on commit 60ca714

Please sign in to comment.