Skip to content

Commit

Permalink
Upgrade super-csv==0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveagent57 committed Sep 23, 2019
1 parent b90d881 commit b5105ca
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 29 deletions.
22 changes: 0 additions & 22 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,6 @@

**JIRA:** Link to JIRA ticket

**Dependencies:** dependencies on other outstanding PRs, issues, etc.

**Merge deadline:** List merge deadline (if any)

**Installation instructions:** List any non-trivial installation
instructions.

**Testing instructions:**

1. Open page A
2. Do thing B
3. Expect C to happen
4. If D happened instead - check failed.

**Reviewers:**
- [ ] tag reviewer
- [ ] tag reviewer

**Merge checklist:**
- [ ] All reviewers approved
- [ ] CI build is green
Expand All @@ -33,7 +15,3 @@ instructions.
- [ ] Check new version is pushed to PyPI after tag-triggered build is
finished.
- [ ] Delete working branch (if not needed anymore)

**Author concerns:** List any concerns about this PR - inelegant
solutions, hacks, quick-and-dirty implementations, concerns about
migrations, etc.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,6 @@ tests/__init__.py

# Development task artifacts
default.db

# virtualenvs
bulk-grades-env/
5 changes: 4 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ Change Log
Unreleased
~~~~~~~~~~

*

[0.6.2] - 2019-09-23
~~~~~~~~~~~~~~~~~~~~~
* Upgrade super-csv to 0.9.3

[0.6.1] - 2019-09-17
~~~~~~~~~~~~~~~~~~~~~
* Call grades api with `comment` when doing bulk upload
Expand Down
2 changes: 1 addition & 1 deletion bulk_grades/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

from __future__ import absolute_import, unicode_literals

__version__ = '0.6.1'
__version__ = '0.6.2'

default_app_config = 'bulk_grades.apps.BulkGradesConfig' # pylint: disable=invalid-name
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ requests==2.22.0
six==1.12.0 # via edx-opaque-keys, stevedore
slumber==0.7.1
stevedore==1.31.0 # via edx-opaque-keys
super-csv==0.9.2
super-csv==0.9.3
urllib3==1.25.3 # via requests
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ six==1.12.0
slumber==0.7.1
snowballstemmer==1.9.1
stevedore==1.31.0
super-csv==0.9.2
super-csv==0.9.3
text-unidecode==1.2
toml==0.10.0
tox-battery==0.5.1
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ snowballstemmer==1.9.1 # via sphinx
sphinx==1.8.5
sphinxcontrib-websupport==1.1.2 # via sphinx
stevedore==1.31.0
super-csv==0.9.2
super-csv==0.9.3
text-unidecode==1.2
typing==3.7.4.1 # via sphinx
urllib3==1.25.3
Expand Down
4 changes: 4 additions & 0 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
#
# make upgrade
#
--index-url http://edx.devstack.devpi:3141/root/pypi/+simple/
--extra-index-url https://pypi.python.org/simple
--trusted-host edx.devstack.devpi

click==7.0 # via pip-tools
pip-tools==4.1.0
six==1.12.0 # via pip-tools
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ six==1.12.0
slumber==0.7.1
snowballstemmer==1.9.1 # via pydocstyle
stevedore==1.31.0
super-csv==0.9.2
super-csv==0.9.3
text-unidecode==1.2
urllib3==1.25.3
wcwidth==0.1.7
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ scandir==1.10.0 # via pathlib2
six==1.12.0
slumber==0.7.1
stevedore==1.31.0
super-csv==0.9.2
super-csv==0.9.3
text-unidecode==1.2 # via python-slugify
urllib3==1.25.3
wcwidth==0.1.7 # via pytest
Expand Down

0 comments on commit b5105ca

Please sign in to comment.