- Sep 02, 2020
-
-
edX requirements bot authored
-
- Aug 31, 2020
-
-
edX requirements bot authored
-
- Aug 12, 2020
-
-
M. Zulqarnain authored
-
- Aug 04, 2020
-
-
bom authored
-
edX requirements bot authored
-
- Jul 23, 2020
-
-
edX requirements bot authored
-
- Jul 14, 2020
-
-
edX requirements bot authored
-
- Jun 29, 2020
-
-
edX requirements bot authored
-
- Jun 26, 2020
-
-
M. Zulqarnain authored
-
- Jun 25, 2020
-
-
usamasadiq authored
-
- Jun 22, 2020
-
-
edX requirements bot authored
-
- Jun 18, 2020
-
-
Binod Pant authored
all versions updates were minor and no visible downgrades
-
- Jun 15, 2020
-
-
Farhanah Sheets authored
This reverts commit f3161468.
-
M. Zulqarnain authored
-
- Jun 09, 2020
-
-
Awais Qureshi authored
rename djang-babel to enmarker upgrade the reqs
-
- Jun 05, 2020
-
-
Aarif authored
updated the constraints order
-
- May 26, 2020
-
-
edX requirements bot authored
* Updating Python Requirements * Pin django-pipeline and lxml Co-authored-by:
Jeremy Bowman <jbowman@edx.org>
-
- May 18, 2020
-
-
edX requirements bot authored
-
- Apr 30, 2020
-
-
edX requirements bot authored
-
- Apr 17, 2020
-
-
Tim McCormack authored
These were pinned because they drop support for Django<2.2 (or were planning on it, in the latter case.) No related changes in computed requirements.
-
- Apr 07, 2020
-
-
irfanuddinahmad authored
-
- Mar 27, 2020
-
-
Brandon Baker authored
Upgrade uses renamed enterprise catalog endpoints
-
- Mar 26, 2020
-
-
David Ormsbee authored
Also pinned httpretty < 1.0 because that upgrade broke many tests.
-
- Mar 25, 2020
-
-
Calen Pennington authored
-
- Mar 02, 2020
-
-
Jeremy Bowman authored
The last time we tried this upgrade we encountered timeouts on the quality job, which it now appears were due to the worker running pylint common running out of memory and killing the Jenkins process. Switching to a different worker type with double the RAM (8 GB vs. 4 GB) seems to have fixed this; about 5.5 GB was used. Upstream is aware of the high memory usage on large projects, it's apparently due primarily to a cache of parsed modules: https://github.com/PyCQA/pylint/issues/1495 . Even after disabling some of the new checks that have been added, the new version of pylint found about twice as much to complain about. Just bumping the threshold for now to unblock the Django upgrade, we can try automated utilities like pyupgrade to fix some of these later.
-
- Feb 27, 2020
-
-
Jeremy Bowman authored
Remove duplicate constraints in requirements/constraints.txt uncovered by the recent change in pip-compile output format. I sorted the pinned dependencies by name to try and make it more obvious if this happens again. I also upgraded to pip-tools 4.5.1, which removes the line numbers from the enhanced pip-compile output added in 4.5.0, which should reduce future diff churn and merge conflicts but means that there's a large diff this one last time. Also unpin edx-search again after the previous change to do that was apparently broken by a merge conflict.
-
- Feb 26, 2020
-
-
Tim McCormack authored
- Reimplement `djcelery.common.respect_language` utility function so we can drop the dependency. - Loosen `celery` pinning to a range, which brings in a fix for a possible crash bug Also, pin `path` to 13.1.0 for now in order to continue supporting py35.
-
- Feb 25, 2020
-
-
edX requirements bot authored
-
- Feb 20, 2020
-
-
edX requirements bot authored
-
- Feb 18, 2020
-
-
Ahtisham Shahid authored
-
- Feb 13, 2020
-
-
edX requirements bot authored
* Updating Python Requirements * Constrain edx-when version for now
-
- Feb 11, 2020
-
-
Zaman Afzal authored
-
- Feb 04, 2020
-
-
irfanuddinahmad authored
-
- Feb 03, 2020
-
-
Chris Pappas authored
* Bumping edx-enterprise version * Running make upgrade to bump edx-enterprise * contraining a package * fix * adding yet another constraint
-
- Jan 30, 2020
-
-
Calen Pennington authored
-
- Jan 27, 2020
-
-
edX requirements bot authored
-
- Jan 23, 2020
-
-
Manjinder Singh authored
* Constraining edx-rest-api-client * Decreased pin on edx-rest-api-client from <3.0.0 to <2.0.0
-
Jeremy Bowman authored
Unpin several more outdated dependencies whose changelogs don't contain any significant backwards incompatible changes. Also add "moto" to the list of packages to uninstall from existing environments, since it requires a jsondiff version that clashes with the one we now use (triggering a harmless but distracting warning on dependency updates). We can potentially stop using path.py/path altogether by switching to pathlib in the Python 3 standard library, but that merits a separate PR of its own. Also, note that I'm not actually unpinning freezegun; different PRs restricted it in both constraints.txt and test.in, I'm just removing the latter redundant constraint.
-
- Jan 16, 2020
-
-
Zulqarnain authored
-
Awais Qureshi authored
Removing the moto.
-