Commit Graph

843 Commits

Author SHA1 Message Date
Bruno Alla
93fbaa7c1a
Merge pull request #3353 from dalrrard/add-drf-stubs 2021-10-13 08:28:42 +01:00
Dalton Rardin
00ff825b8c
Add djangorestframework-stubs
Add djangorestframework-stubs to local.txt requirements
Modify setup.cfg to add stubs to mypy settings
Fix new type error in DRF

`./users/api/views.py:19: error: Incompatible type for lookup 'id': (got "Union[AutoField[Union[Combinable, int, str], int], Any]", expected "Union[str, int]")`

by asserting that `self.request.user.id` is an int
2021-10-11 20:41:32 -05:00
pyup-bot
e37f2c993d Update coverage from 6.0.1 to 6.0.2 2021-10-11 15:49:24 -07:00
Bruno Alla
5fb59ef587
Merge pull request #3344 from pydanny/pyup-update-werkzeug-1.0.1-to-2.0.2 2021-10-11 23:48:08 +01:00
Bruno Alla
0285155278
Merge pull request #3348 from pydanny/pyup-update-coverage-5.5-to-6.0.1 2021-10-11 23:39:54 +01:00
pyup-bot
2c1a3edd20 Update django-coverage-plugin from 2.0.0 to 2.0.1 2021-10-06 22:32:41 -07:00
pyup-bot
f5b742b6d9 Update coverage from 5.5 to 6.0.1 2021-10-06 22:32:37 -07:00
pyup-bot
d0748bd2ef Update werkzeug from 1.0.1 to 2.0.2 2021-10-05 21:07:31 -07:00
pyup-bot
d6b96e6490 Update black from 21.8b0 to 21.9b0 2021-09-13 22:58:22 -07:00
pyup-bot
f7cdb1cc4b Update sphinx from 4.1.2 to 4.2.0 2021-09-12 15:17:56 -07:00
Bruno Alla
6266155094
Merge pull request #3313 from pydanny/pyup-update-pre-commit-2.14.0-to-2.15.0 2021-09-03 18:20:08 +01:00
Bruno Alla
069ad4451d
Merge pull request #3310 from pydanny/pyup-update-pytest-6.2.4-to-6.2.5 2021-09-03 18:14:25 +01:00
Bruno Alla
8361f8ac90
Merge pull request #3308 from pydanny/pyup-update-black-21.7b0-to-21.8b0 2021-09-03 18:13:09 +01:00
pyup-bot
b2c26bba5b Update pre-commit from 2.14.0 to 2.15.0 2021-09-02 19:44:16 -07:00
pyup-bot
6ca683722c Update pytest from 6.2.4 to 6.2.5 2021-08-31 08:58:32 -07:00
pyup-bot
8325dfa232 Update black from 21.7b0 to 21.8b0 2021-08-29 17:04:59 -07:00
pyup-bot
0f4e4ee7c1 Update django-debug-toolbar from 3.2.1 to 3.2.2 2021-08-15 07:20:11 -07:00
pyup-bot
eff1c5dfde Update pre-commit from 2.13.0 to 2.14.0 2021-08-06 13:43:03 -07:00
Bruno Alla
a00dc29f3c
Merge pull request #3237 from pydanny/pyup-update-mypy-0.902-to-0.910
Update mypy to 0.910
2021-07-27 13:50:06 +02:00
Bruno Alla
9c330cc10a
Merge pull request #3278 from pydanny/pyup-update-sphinx-4.0.2-to-4.1.2
Update sphinx to 4.1.2
2021-07-27 13:46:19 +02:00
pyup-bot
aa371f1836 Update sphinx from 4.0.2 to 4.1.2 2021-07-27 01:56:45 -07:00
pyup-bot
aaca5aa2a1 Update black from 21.6b0 to 21.7b0 2021-07-16 10:53:41 -07:00
pyup-bot
93ce22615f Update mypy from 0.902 to 0.910 2021-06-22 14:11:04 -07:00
pyup-bot
eaa7013864 Update pylint-django from 2.4.3 to 2.4.4 2021-06-21 04:46:11 -07:00
Bruno Alla
1903c685d1
Merge pull request #3232 from pydanny/pyup-update-black-21.5b2-to-21.6b0 2021-06-21 12:44:15 +01:00
Bruno Alla
f6fc38ba20
Merge pull request #3219 from pydanny/pyup-update-mypy-0.901-to-0.902
Update mypy to 0.902
2021-06-21 12:27:03 +01:00
pyup-bot
810e8b4672 Update black from 21.5b2 to 21.6b0 2021-06-21 04:23:36 -07:00
Bruno Alla
cdad179dc3
Merge pull request #3217 from pydanny/pyup-update-django-coverage-plugin-1.8.0-to-2.0.0
Update django-coverage-plugin to 2.0.0
2021-06-21 12:22:52 +01:00
Bruno Alla
cd432b1ac6
Merge pull request #3210 from pydanny/pyup-update-ipdb-0.13.7-to-0.13.9
Update ipdb to 0.13.9
2021-06-21 12:22:11 +01:00
Bruno Alla
1b22bae545
Merge pull request #3193 from pydanny/pyup-update-sphinx-4.0.1-to-4.0.2
Update sphinx to 4.0.2
2021-06-21 10:38:18 +01:00
Fábio C. Barrionuevo da Luz
79898dec9f
Merge pull request #3227 from pydanny/pyup-update-psycopg2-2.8.6-to-2.9.1
Update psycopg2 to 2.9.1
2021-06-18 21:05:52 -03:00
pyup-bot
facd5c40fc Update psycopg2-binary from 2.8.6 to 2.9.1 2021-06-17 17:47:07 -07:00
pyup-bot
6cd2719437 Update psycopg2 from 2.8.6 to 2.9.1 2021-06-17 09:36:12 -07:00
Andrew Chen Wang
abb736478a
Update black GitHub link in requirements 2021-06-12 20:51:48 -04:00
pyup-bot
d4ca824573 Update mypy from 0.901 to 0.902 2021-06-10 16:19:55 -07:00
pyup-bot
f2b0ddb78a Update django-coverage-plugin from 1.8.0 to 2.0.0 2021-06-09 06:19:42 -07:00
Bruno Alla
0adf0d0423
Merge pull request #3195 from pydanny/pyup-update-pre-commit-2.12.1-to-2.13.0 2021-06-09 09:55:13 +01:00
Bruno Alla
e01654ee17
Merge pull request #3212 from pydanny/pyup-update-pytest-django-4.3.0-to-4.4.0
Update pytest-django to 4.4.0
2021-06-09 09:54:58 +01:00
Bruno Alla
2d00734c9a
Merge pull request #3215 from pydanny/pyup-update-mypy-0.812-to-0.901
Update mypy to 0.901
2021-06-09 09:54:35 +01:00
pyup-bot
93882486ff Update mypy from 0.812 to 0.901 2021-06-08 16:16:52 -07:00
pyup-bot
e101fb286f Update pytest-django from 4.3.0 to 4.4.0 2021-06-06 11:53:50 -07:00
pyup-bot
9e57d844c0 Update ipdb from 0.13.7 to 0.13.9 2021-06-02 07:20:44 -07:00
pyup-bot
d0667d9b3c Update black from 21.5b1 to 21.5b2 2021-05-31 10:50:39 -07:00
pyup-bot
8640220d33 Update pre-commit from 2.12.1 to 2.13.0 2021-05-22 10:09:39 -07:00
pyup-bot
5db1e0f719 Update sphinx from 4.0.1 to 4.0.2 2021-05-21 13:56:16 -07:00
Fábio C. Barrionuevo da Luz
0940bb6f5c
Merge pull request #3167 from pydanny/pyup-update-black-21.4b2-to-21.5b1
Update black to 21.5b1
2021-05-15 16:01:49 -03:00
Fábio C. Barrionuevo da Luz
5cb2cdba7d
Merge pull request #3164 from pydanny/pyup-update-flake8-3.9.1-to-3.9.2
Update flake8 to 3.9.2
2021-05-15 16:01:14 -03:00
pyup-bot
0c27117dbd Update pytest-django from 4.2.0 to 4.3.0 2021-05-15 11:48:27 -07:00
Fábio C. Barrionuevo da Luz
f300dd4ed2
Merge pull request #3156 from pydanny/pyup-update-pytest-6.2.3-to-6.2.4
Update pytest to 6.2.4
2021-05-15 15:48:23 -03:00
Fábio C. Barrionuevo da Luz
4ccd9199a2
Merge pull request #3169 from pydanny/pyup-update-sphinx-3.5.4-to-4.0.1
Update sphinx to 4.0.1
2021-05-15 15:41:53 -03:00
Andrew Chen Wang
a80c91de44
Update watchgod to 0.7 2021-05-13 02:01:24 -04:00
pyup-bot
f42dc4bdbc Update sphinx from 3.5.4 to 4.0.1 2021-05-11 11:31:39 -07:00
pyup-bot
f37e472c35 Update black from 21.4b2 to 21.5b1 2021-05-10 11:42:15 -07:00
pyup-bot
fffe0d74e5 Update flake8 from 3.9.1 to 3.9.2 2021-05-08 17:03:14 -07:00
pyup-bot
d047034832 Update pytest from 6.2.3 to 6.2.4 2021-05-04 14:13:38 -07:00
pyup-bot
1243b82d4f Update black from 21.4b1 to 21.4b2 2021-04-29 10:54:37 -07:00
pyup-bot
f518d92041 Update black from 21.4b0 to 21.4b1 2021-04-27 10:45:40 -07:00
pyup-bot
ec061d2fc1 Update black from 20.8b1 to 21.4b0 2021-04-25 17:11:54 -07:00
Bruno Alla
1a7220e7aa
Merge pull request #3136 from pydanny/pyup-update-django-extensions-3.1.2-to-3.1.3
Update django-extensions to 3.1.3
2021-04-21 09:53:00 +01:00
Bruno Alla
4333262fa8
Merge pull request #3134 from pydanny/pyup-update-pre-commit-2.12.0-to-2.12.1 2021-04-21 09:32:32 +01:00
Bruno Alla
e56205e11a
Merge pull request #3131 from pydanny/pyup-update-flake8-3.9.0-to-3.9.1 2021-04-21 09:32:11 +01:00
Bruno Alla
5b047d60c1
Merge pull request #3127 from pydanny/pyup-update-django-stubs-1.7.0-to-1.8.0
Update django-stubs to 1.8.0
2021-04-21 09:31:42 +01:00
Bruno Alla
59a83f2212
Merge pull request #3126 from pydanny/pyup-update-sphinx-3.5.3-to-3.5.4
Update sphinx to 3.5.4
2021-04-21 09:30:46 +01:00
pyup-bot
bfe8c7bd2b Update django-extensions from 3.1.2 to 3.1.3 2021-04-20 10:56:51 -07:00
pyup-bot
4b2e95a46f Update pre-commit from 2.12.0 to 2.12.1 2021-04-17 03:41:47 -07:00
pyup-bot
a34f6e9781 Update flake8 from 3.9.0 to 3.9.1 2021-04-16 11:52:53 -07:00
pyup-bot
df0cd7fa9c Update django-debug-toolbar from 3.2 to 3.2.1 2021-04-15 09:04:39 -07:00
pyup-bot
3017ccfd2c Update django-stubs from 1.7.0 to 1.8.0 2021-04-12 03:58:44 -07:00
pyup-bot
9ffcec913e Update sphinx from 3.5.3 to 3.5.4 2021-04-11 19:25:09 -07:00
Bruno Alla
3a52ee016d
Merge pull request #3125 from pydanny/pyup-update-pytest-django-4.1.0-to-4.2.0 2021-04-11 15:02:07 +01:00
pyup-bot
1b9e7608a0 Update pytest-django from 4.1.0 to 4.2.0 2021-04-10 15:53:23 -07:00
pyup-bot
c7ef61db2b Update pylint-django from 2.4.2 to 2.4.3 2021-04-09 00:21:28 -07:00
Bruno Alla
1379fc08e2
Merge pull request #3118 from pydanny/pyup-update-pre-commit-2.11.1-to-2.12.0
Update pre-commit to 2.12.0
2021-04-07 20:25:23 +01:00
Bruno Alla
2e7a7d68ce
Merge pull request #3116 from pydanny/pyup-update-django-extensions-3.1.1-to-3.1.2
Update django-extensions to 3.1.2
2021-04-07 20:24:58 +01:00
pyup-bot
a567c85fb5 Update pre-commit from 2.11.1 to 2.12.0 2021-04-06 21:03:28 -07:00
pyup-bot
a5727efc55 Update django-extensions from 3.1.1 to 3.1.2 2021-04-05 08:36:26 -07:00
pyup-bot
9e62ff99d5 Update pytest from 6.2.2 to 6.2.3 2021-04-04 12:36:50 -07:00
pyup-bot
3487781079 Update sphinx from 3.5.1 to 3.5.3 2021-03-22 04:18:19 -07:00
Bruno Alla
91299af8ee
Merge pull request #3102 from pydanny/pyup-update-ipdb-0.13.5-to-0.13.7
Update ipdb to 0.13.7
2021-03-22 11:17:26 +00:00
pyup-bot
be4e70bbd9 Update ipdb from 0.13.5 to 0.13.7 2021-03-22 03:52:19 -07:00
pyup-bot
7792708322 Update sphinx-autobuild from 2020.9.1 to 2021.3.14 2021-03-22 03:51:35 -07:00
Bruno Alla
34170967bf
Merge pull request #3089 from pydanny/pyup-update-pre-commit-2.10.1-to-2.11.1
Update pre-commit to 2.11.1
2021-03-22 09:46:17 +00:00
pyup-bot
b6c6d682ff Update flake8 from 3.8.4 to 3.9.0 2021-03-15 14:27:22 -07:00
pyup-bot
569ab9af4a Update pre-commit from 2.10.1 to 2.11.1 2021-03-10 08:50:25 -08:00
pyup-bot
d47052388f Update ipdb from 0.13.4 to 0.13.5 2021-03-02 17:00:27 -08:00
pyup-bot
691229b979 Update coverage from 5.4 to 5.5 2021-03-01 12:00:56 -08:00
Bruno Alla
28887cdf2b
Merge pull request #3061 from pydanny/pyup-update-mypy-0.800-to-0.812
Update mypy to 0.812
2021-02-22 19:42:14 +00:00
pyup-bot
5d138cc0f5 Update mypy from 0.800 to 0.812 2021-02-20 08:00:22 -08:00
pyup-bot
119a4d0660 Update sphinx from 3.5.0 to 3.5.1 2021-02-16 18:21:04 -08:00
pyup-bot
583f8c6688 Update sphinx from 3.4.3 to 3.5.0 2021-02-14 15:08:48 -08:00
Bruno Alla
8559dad889
Merge pull request #3045 from pydanny/pyup-update-pre-commit-2.10.0-to-2.10.1
Update pre-commit to 2.10.1
2021-02-12 13:42:46 +00:00
pyup-bot
073625445b Update django-extensions from 3.1.0 to 3.1.1 2021-02-08 07:23:24 -08:00
pyup-bot
416e052de2 Update pre-commit from 2.10.0 to 2.10.1 2021-02-06 20:36:09 -08:00
pyup-bot
e546500bd0 Update pre-commit from 2.9.3 to 2.10.0 2021-01-28 09:24:44 -08:00
pyup-bot
d5d42b1797 Update coverage from 5.3.1 to 5.4 2021-01-26 10:51:06 -08:00
pyup-bot
880cdeb2df Update pytest from 6.2.1 to 6.2.2 2021-01-25 17:42:43 -08:00
Bruno Alla
bf2d5370be
Merge pull request #3013 from pydanny/pyup-update-mypy-0.790-to-0.800
Update mypy to 0.800
2021-01-24 14:29:14 +00:00
Bruno Alla
23c7616bd4
Merge pull request #2986 from pydanny/pyup-update-factory-boy-3.1.0-to-3.2.0 2021-01-24 14:25:16 +00:00
pyup-bot
4f52366a91 Update mypy from 0.790 to 0.800 2021-01-22 13:28:28 -08:00
pyup-bot
a99833e8c6 Update pylint-django from 2.4.1 to 2.4.2 2021-01-10 05:14:01 -08:00
pyup-bot
42f6b1c3a5 Update pylint-django from 2.4.0 to 2.4.1 2021-01-08 02:34:59 -08:00
Bruno Alla
8acb745c18
Merge pull request #3000 from pydanny/pyup-update-sphinx-3.4.2-to-3.4.3
Update sphinx to 3.4.3
2021-01-08 09:34:05 +01:00
pyup-bot
305347e7c7 Update sphinx from 3.4.2 to 3.4.3 2021-01-07 22:04:13 -08:00
pyup-bot
a395383256 Update pylint-django from 2.3.0 to 2.4.0 2021-01-06 02:17:12 -08:00
pyup-bot
91b5432286 Update sphinx from 3.4.1 to 3.4.2 2021-01-04 08:45:17 -08:00
pyup-bot
c077028310 Update factory-boy from 3.1.0 to 3.2.0 2020-12-28 02:41:37 -08:00
pyup-bot
f3dc0dbc6d Update sphinx from 3.4.0 to 3.4.1 2020-12-24 20:52:31 -08:00
Bruno Alla
a4f3128c2a
Merge pull request #2978 from pydanny/pyup-update-sphinx-3.3.1-to-3.4.0
Update sphinx to 3.4.0
2020-12-23 09:47:39 +00:00
pyup-bot
0b0d713d4f Update sphinx from 3.3.1 to 3.4.0 2020-12-20 09:49:47 -08:00
pyup-bot
1532af099f Update coverage from 5.3 to 5.3.1 2020-12-20 01:02:43 -08:00
pyup-bot
2b023d186d Update pytest from 6.2.0 to 6.2.1 2020-12-15 16:27:21 -08:00
pyup-bot
0d96660e94 Update pytest from 6.1.2 to 6.2.0 2020-12-13 03:33:02 -08:00
Bruno Alla
6573e63908 Merge branch 'master' into yotamtal-master
# Conflicts:
#	CONTRIBUTORS.rst
2020-12-10 18:59:14 +00:00
pyup-bot
a72e597338 Update pre-commit from 2.9.2 to 2.9.3 2020-12-07 17:14:50 -08:00
pyup-bot
9d6f661d40 Update django-debug-toolbar from 3.1.1 to 3.2 2020-12-03 03:59:51 -08:00
Bruno Alla
758d872698
Merge pull request #2947 from pydanny/pyup-update-django-extensions-3.0.9-to-3.1.0
Update django-extensions to 3.1.0
2020-11-26 10:45:41 +00:00
pyup-bot
f63a434d72 Update pre-commit from 2.9.0 to 2.9.2 2020-11-25 20:33:51 -08:00
pyup-bot
c33d0f278c Update django-extensions from 3.0.9 to 3.1.0 2020-11-25 15:33:56 -08:00
pyup-bot
132a6f0be2 Update pre-commit from 2.8.2 to 2.9.0 2020-11-21 15:37:47 -08:00
Bruno Alla
4b25e77297
Merge pull request #2932 from umgelurgel/jm/upgrade-factory-boy-to-3.1
Upgrade factory-boy to 3.1.0
2020-11-13 09:59:43 +00:00
pyup-bot
eca1f45564 Update sphinx from 3.3.0 to 3.3.1 2020-11-12 13:10:45 -08:00
umgelurgel
9f3117c615 Upgrade factory-boy to 3.1.0 2020-11-12 18:53:29 +01:00
Bruno Alla
9e9228d5f9 Merge remote-tracking branch 'origin/pyup-update-django-stubs-1.6.0-to-1.7.0' into update/mypy-stubs
# Conflicts:
#	{{cookiecutter.project_slug}}/requirements/local.txt
2020-11-03 23:39:09 +00:00
Bruno Alla
a68b987f74 Merge remote-tracking branch 'origin/pyup-update-mypy-0.782-to-0.790' into update/mypy-stubs 2020-11-03 23:38:46 +00:00
Bruno Alla
f20a49cfb0
Merge pull request #2925 from pydanny/pyup-update-sphinx-3.2.1-to-3.3.0
Update sphinx to 3.3.0
2020-11-03 23:34:06 +00:00
Bruno Alla
e33476082c
Merge pull request #2919 from pydanny/pyup-update-pre-commit-2.7.1-to-2.8.2
Update pre-commit to 2.8.2
2020-11-03 23:33:26 +00:00
Bruno Alla
a22eb3eabd
Merge pull request #2917 from pydanny/pyup-update-pytest-6.1.1-to-6.1.2 2020-11-03 23:32:57 +00:00
pyup-bot
2bd2e4a8fc Update sphinx from 3.2.1 to 3.3.0 2020-11-02 06:37:22 -08:00
pyup-bot
b14a033c8b Update pre-commit from 2.7.1 to 2.8.2 2020-10-30 15:44:46 -07:00
pyup-bot
5224641a16 Update pytest from 6.1.1 to 6.1.2 2020-10-28 23:59:03 -07:00
pyup-bot
9c0f056817 Update django-stubs from 1.6.0 to 1.7.0 2020-10-28 02:10:16 -07:00
pyup-bot
edbc4d3a8c Update pytest-django from 4.0.0 to 4.1.0 2020-10-22 15:52:35 -07:00
pyup-bot
58b0359af6 Update pytest-django from 3.10.0 to 4.0.0 2020-10-16 10:36:51 -07:00
pyup-bot
21c69c7d45 Update mypy from 0.782 to 0.790 2020-10-09 12:09:05 -07:00
pyup-bot
6e3f6acf07 Update pytest from 6.1.0 to 6.1.1 2020-10-04 06:03:31 -07:00
Bruno Alla
a5ab4ae1cb
Merge pull request #2874 from pydanny/mypy-django-stubs
Update mypy and django-stubs
2020-10-04 12:13:57 +01:00
pyup-bot
42b41b7215 Update flake8 from 3.8.3 to 3.8.4 2020-10-02 17:27:05 -07:00
Bruno Alla
ef48467458
Merge pull request #2873 from pydanny/pyup-update-ipdb-0.13.3-to-0.13.4
Update ipdb to 0.13.4
2020-10-01 18:09:16 +01:00
Bruno Alla
4225c1b1ab Bump mypy and django-stubs versions 2020-10-01 17:07:17 +01:00
Bruno Alla
9c426725b1
Merge pull request #2859 from pydanny/pyup-update-pytest-6.0.2-to-6.1.0 2020-10-01 17:00:38 +01:00
pyup-bot
58c06e558f Update ipdb from 0.13.3 to 0.13.4 2020-10-01 08:58:53 -07:00
pyup-bot
11afe7af59 Update pytest from 6.0.2 to 6.1.0 2020-09-27 07:41:24 -07:00
pyup-bot
d5cb85ed9c Update django-debug-toolbar from 3.1 to 3.1.1 2020-09-24 10:22:21 -07:00
pyup-bot
e715b8f43d Update django-debug-toolbar from 3.0 to 3.1 2020-09-21 14:13:08 -07:00
pyup-bot
859766941d Update django-debug-toolbar from 2.2 to 3.0 2020-09-20 12:27:04 -07:00
pyup-bot
ade8aede47 Update django-extensions from 3.0.8 to 3.0.9 2020-09-17 15:04:31 -07:00
pyup-bot
fa85682910 Update pytest-django from 3.9.0 to 3.10.0 2020-09-16 04:28:56 -07:00
pyup-bot
f1600ef17b Update coverage from 5.2.1 to 5.3 2020-09-14 01:40:37 -07:00
pyup-bot
12cc96817d Update pytest from 6.0.1 to 6.0.2 2020-09-11 19:16:17 -07:00
Bruno Alla
ffaec00084
Remove --no-binary option for psycopg2 (#2798)
It was required in 2.7, but it's now the default in 2.8
2020-09-07 14:10:57 +01:00
Bruno Alla
cbc46cb34f Update psycopg2 from 2.8.5 to 2.8.6 2020-09-07 14:23:02 +02:00
pyup-bot
9cdae535b3 Update psycopg2-binary from 2.8.5 to 2.8.6 2020-09-06 19:12:31 -07:00
pyup-bot
c6c0bd9289 Update django-extensions from 3.0.7 to 3.0.8 2020-09-04 08:26:40 -07:00
pyup-bot
bd977e29af Update django-extensions from 3.0.6 to 3.0.7 2020-09-01 17:08:30 -07:00
Bruno Alla
0328a8bbaa
Merge pull request #2782 from pydanny/pyup-update-sphinx-autobuild-0.7.1-to-2020.9.1
Update sphinx-autobuild to 2020.9.1
2020-09-01 10:52:56 +02:00
pyup-bot
fe9c9b5e48 Update django-extensions from 3.0.5 to 3.0.6 2020-08-31 11:53:48 -07:00
pyup-bot
2f7a6c3013 Update sphinx-autobuild from 0.7.1 to 2020.9.1 2020-08-31 05:45:27 -07:00
pyup-bot
0dc3fe0b3d Update black from 19.10b0 to 20.8b1 2020-08-26 10:05:24 -07:00
pyup-bot
cc1d297ad6 Update pre-commit from 2.6.0 to 2.7.1 2020-08-23 12:35:31 -07:00
Bruno Alla
b97d884055
Merge pull request #2749 from pydanny/pyup-update-sphinx-3.2.0-to-3.2.1
Update sphinx to 3.2.1
2020-08-14 13:40:26 +01:00
pyup-bot
5e3abf903f Update sphinx from 3.2.0 to 3.2.1 2020-08-14 04:19:56 -07:00
pyup-bot
2d410c5df9 Update factory-boy from 2.12.0 to 3.0.1 2020-08-13 01:34:47 -07:00
Bruno Alla
a5af9baedb
Merge pull request #2693 from enchance/wrong-version 2020-08-11 16:37:15 +01:00
pyup-bot
85cfe02437 Update flake8-isort from 3.0.1 to 4.0.0 2020-08-11 01:42:07 -07:00
pyup-bot
dc03478717 Update django-extensions from 3.0.4 to 3.0.5 2020-08-10 02:38:22 -07:00
pyup-bot
2dc2125817 Update sphinx from 3.1.2 to 3.2.0 2020-08-08 15:39:21 -07:00
Bruno Alla
2fe80aea3c
Merge pull request #2725 from pydanny/pyup-update-pylint-django-2.2.0-to-2.3.0
Update pylint-django to 2.3.0
2020-08-06 11:28:18 +02:00
pyup-bot
35a9a02bae Update pylint-django from 2.2.0 to 2.3.0 2020-08-05 05:39:58 -07:00
pyup-bot
e288f1ff4f Update django-extensions from 3.0.3 to 3.0.4 2020-08-05 04:44:52 -07:00
pyup-bot
b9b7e9b7dd Update pytest from 5.4.3 to 6.0.1 2020-07-30 16:54:50 -07:00
Bruno Alla
21c56bb97a Don't include base requirements with dot in front
See https://github.com/pyupio/pyup/issues/390
2020-07-24 17:38:29 +01:00
pyup-bot
c6dd8471dd Update coverage from 5.2 to 5.2.1 2020-07-24 09:10:59 -07:00
enchance
35d57d048b Compatibility issue for mypy 0.782. Must be mypy 0.770 because it uses djago-stubs 1.5.0. 2020-07-24 00:53:56 +08:00
pyup-bot
d31ee9afe7 Update pylint-django from 2.1.0 to 2.2.0 2020-07-22 07:23:20 -07:00
Bruno Alla
8c8d9c1825
Merge pull request #2662 from pydanny/pyup-update-pytest-sugar-0.9.3-to-0.9.4
Update pytest-sugar to 0.9.4
2020-07-18 14:39:55 +01:00
Bruno Alla
949d3dfbd5
Merge pull request #2678 from pydanny/pyup-update-django-extensions-3.0.2-to-3.0.3
Update django-extensions to 3.0.3
2020-07-17 11:22:03 +01:00
pyup-bot
7a48cacdf7 Update django-extensions from 3.0.2 to 3.0.3 2020-07-14 07:20:16 -07:00
pyup-bot
a0c73d942f Update pylint-django from 2.0.15 to 2.1.0 2020-07-12 06:51:40 -07:00
pyup-bot
5f7d23ff78 Update flake8-isort from 3.0.0 to 3.0.1 2020-07-08 01:33:25 -07:00
pyup-bot
60dfb4c5d3 Update pytest-sugar from 0.9.3 to 0.9.4 2020-07-06 13:20:16 -07:00
Bruno Alla
3839b1cb72
Merge pull request #2658 from pydanny/pyup-update-sphinx-3.1.1-to-3.1.2
Update sphinx to 3.1.2
2020-07-06 17:29:57 +01:00
pyup-bot
b8dce8d6db Update coverage from 5.1 to 5.2 2020-07-06 06:13:23 -07:00
pyup-bot
21fe485d72 Update sphinx from 3.1.1 to 3.1.2 2020-07-05 17:16:14 -07:00
pyup-bot
09e7fce7de Pin sphinx-autobuild to latest version 0.7.1 2020-07-04 14:55:05 +01:00
Bruno Alla
19c151ba55
Merge pull request #2555 from hanhanhan/docs 2020-07-04 14:27:21 +01:00
Bruno Alla
d8df617145
Merge pull request #2652 from pydanny/pyup-update-django-extensions-3.0.1-to-3.0.2 2020-07-03 10:39:10 +01:00
pyup-bot
f5a177712c Update django-extensions from 3.0.1 to 3.0.2 2020-07-01 13:51:47 -07:00
pyup-bot
69473a4f96 Update pre-commit from 2.5.1 to 2.6.0 2020-07-01 13:51:43 -07:00
Bruno Alla
8d066b3ab4 Use watchgod instead of watchdog 2020-06-29 22:46:16 +01:00
Bruno Alla
01437669a2 Merge branch 'master' into yotamtal-master 2020-06-29 22:42:54 +01:00
Bruno Alla
196167490d Merge branch 'master' into docs
# Conflicts:
#	{{cookiecutter.project_slug}}/requirements/local.txt
2020-06-29 21:48:17 +01:00
pyup-bot
435a0c0276 Update django-extensions from 3.0.0 to 3.0.1 2020-06-29 13:44:24 -07:00
pyup-bot
8447699c93 Update django-extensions from 2.2.9 to 3.0.0 2020-06-29 05:35:40 -07:00
Bruno Alla
2d2f513cba
Merge pull request #2639 from pydanny/pyup-update-ipdb-0.13.2-to-0.13.3
Update ipdb to 0.13.3
2020-06-23 18:33:47 +01:00
pyup-bot
f3a511a656 Update ipdb from 0.13.2 to 0.13.3 2020-06-23 08:34:22 -07:00
pyup-bot
4eca81edc2 Update mypy from 0.781 to 0.782 2020-06-23 03:55:23 -07:00
Bruno Alla
c0f391ca87
Merge pull request #2634 from pydanny/pyup-update-mypy-0.780-to-0.781
Update mypy to 0.781
2020-06-21 14:09:21 +01:00
Bruno Alla
723feb15c1
Merge pull request #2625 from pydanny/pyup-update-sphinx-3.0.4-to-3.1.1 2020-06-21 14:08:58 +01:00
Bruno Alla
5e435a1c26
Merge pull request #2622 from pydanny/pyup-update-pre-commit-2.4.0-to-2.5.1 2020-06-21 14:08:34 +01:00
pyup-bot
d979c342d6 Update mypy from 0.780 to 0.781 2020-06-20 08:51:49 -07:00
Bruno Alla
27b905e7bc
Merge pull request #2618 from pydanny/pyup-update-flake8-3.8.2-to-3.8.3 2020-06-17 23:11:00 +01:00
Bruno Alla
91b58f033a
Merge pull request #2612 from pydanny/pyup-update-mypy-0.770-to-0.780
Update mypy to 0.780
2020-06-17 23:09:46 +01:00
pyup-bot
1b6e4994ca Update sphinx from 3.0.4 to 3.1.1 2020-06-14 03:13:04 -07:00
pyup-bot
54f8e3d672 Update pre-commit from 2.4.0 to 2.5.1 2020-06-09 16:02:00 -07:00
pyup-bot
6038a654ab Update flake8 from 3.8.2 to 3.8.3 2020-06-08 17:02:43 -07:00
pyup-bot
9d0b570c51 Update mypy from 0.770 to 0.780 2020-06-03 05:12:36 -07:00
pyup-bot
9e87d4b189 Update pytest from 5.4.2 to 5.4.3 2020-06-03 00:26:13 -07:00
pyup-bot
090c62e862 Update sphinx from 3.0.3 to 3.0.4 2020-05-27 02:27:13 -07:00
pyup.io bot
a8672e08cb
Update flake8 to 3.8.2 (#2607) 2020-05-24 09:02:08 +08:00
Bruno Alla
1c630c3a77
Merge pull request #2596 from pydanny/pyup-update-flake8-3.7.9-to-3.8.1 2020-05-12 11:16:43 +01:00
pyup-bot
b1c6ad25d2 Update flake8 from 3.7.9 to 3.8.1 2020-05-12 01:06:20 -07:00
pyup-bot
a5cb77399e Update pre-commit from 2.3.0 to 2.4.0 2020-05-11 14:13:47 -07:00
pyup-bot
580ef4117d Update pytest from 5.4.1 to 5.4.2 2020-05-09 00:17:30 -07:00
Hannah Lazarus
3152bdaeb3 Add sphinx defaults for cookiecutter'd project
-serve, watch + live reload for docs + code file changes
-update project makefile + make.bat
-separate _source and _build
-add packages and paths to use autodoc
-edit/add documentation with examples (both at django-cookiecutter and inside generated project)
-add formatted comments in User model for pickup by Sphinx apidoc
-serve docs from a separate docs container for docker build
2020-04-30 13:23:24 -04:00
Andrew-Chen-Wang
d16d0aa5c4 Add watchgod for uvicorn 2020-04-29 15:56:09 -04:00
browniebroke
4eb718c683 Update pytest from 5.3.5 to 5.4.1 2020-04-28 12:41:36 +01:00
Bruno Alla
6aaee8dabe
Merge pull request #2563 from pydanny/pyup-update-sphinx-3.0.2-to-3.0.3 2020-04-28 12:40:45 +01:00
browniebroke
3d8c4627f4 Update pytest-sugar from 0.9.2 to 0.9.3 2020-04-27 12:00:36 +01:00
browniebroke
04d8b06035 Update sphinx from 3.0.2 to 3.0.3 2020-04-27 12:00:31 +01:00
browniebroke
433aa667f5 Update pre-commit from 2.2.0 to 2.3.0 2020-04-23 12:00:33 +01:00
Yotam Tal
42101feef1 Add hot-reload support to celery worker 2020-04-21 13:45:30 +03:00
browniebroke
8eeef9a86c Update sphinx from 3.0.1 to 3.0.2 2020-04-20 12:00:32 +01:00
browniebroke
3d9f7b91d0 Update flake8-isort from 2.9.1 to 3.0.0 2020-04-16 12:00:30 +01:00
browniebroke
0c32fac51e Update pylint-django from 2.0.14 to 2.0.15 2020-04-14 12:00:42 +01:00
browniebroke
6510ab1555 Update coverage from 5.0.4 to 5.1 2020-04-13 12:00:29 +01:00
browniebroke
e474ed3f1a Update sphinx from 3.0.0 to 3.0.1 2020-04-11 12:00:29 +01:00
Bruno Alla
94d7bd11ad Update psycopg2 from 2.8.4 to 2.8.5 2020-04-06 13:36:42 +01:00
browniebroke
75f4d304f4 Update psycopg2-binary from 2.8.4 to 2.8.5 2020-04-06 13:36:42 +01:00
browniebroke
bd104afb3d Update sphinx from 2.4.4 to 3.0.0 2020-04-06 12:00:30 +01:00
browniebroke
80fdb5c7cc Update werkzeug from 1.0.0 to 1.0.1 2020-04-01 12:00:35 +01:00
browniebroke
94a1fef0af Update pytest-django from 3.8.0 to 3.9.0 2020-03-31 12:00:31 +01:00
browniebroke
53b240af9a Update flake8-isort from 2.9.0 to 2.9.1 2020-03-29 12:00:34 +01:00
browniebroke
820f574bf5 Update django-extensions from 2.2.8 to 2.2.9 2020-03-27 11:00:30 +00:00
Bruno Alla
d15ea8b9b4
Merge branch 'master' into pyup-update-coverage-5.0.3-to-5.0.4 2020-03-17 11:57:37 +00:00
browniebroke
06a880164a Update coverage from 5.0.3 to 5.0.4 2020-03-17 11:00:39 +00:00
browniebroke
61476eaca1 Update flake8-isort from 2.8.0 to 2.9.0 2020-03-17 11:00:35 +00:00
browniebroke
95057c4769 Update django-stubs from 1.4.0 to 1.5.0 2020-03-15 11:00:30 +00:00
browniebroke
324e307402 Update pre-commit from 2.1.1 to 2.2.0 2020-03-13 11:00:34 +00:00
browniebroke
427c69562e Update mypy from 0.761 to 0.770 2020-03-11 11:00:31 +00:00
browniebroke
09fd30b6a8 Update sphinx from 2.4.3 to 2.4.4 2020-03-06 11:00:31 +00:00
browniebroke
2fd0cf0e35 Update ipdb from 0.13.1 to 0.13.2 2020-03-04 11:00:36 +00:00
Bruno Alla
fab6b8724a Test isort flake8-isort & fix issues
fixes #2123
2020-03-03 20:04:31 +00:00
browniebroke
3765271015 Update ipdb from 0.12.3 to 0.13.1 2020-02-29 11:00:36 +00:00
Bruno Alla
f9b0c4846b
Update pre-commit from 2.1.0 to 2.1.1 (#2463) 2020-02-25 20:58:45 +08:00
browniebroke
a36f6a7495 Update pylint-django from 2.0.13 to 2.0.14 2020-02-25 11:00:36 +00:00
browniebroke
405d33d99e Update sphinx from 2.4.2 to 2.4.3 2020-02-23 11:00:30 +00:00
Bruno Alla
9903eb3c3d
Merge pull request #2452 from pydanny/pyup-update-pre-commit-2.0.1-to-2.1.0
Update pre-commit to 2.1.0
2020-02-19 13:12:45 +00:00
browniebroke
d5edf1fa4d Update pre-commit from 2.0.1 to 2.1.0 2020-02-19 11:00:39 +00:00
browniebroke
15e8e667e5 Update sphinx from 2.4.1 to 2.4.2 2020-02-19 11:00:36 +00:00
browniebroke
a8e668d659 Update sphinx from 2.4.0 to 2.4.1 2020-02-12 11:00:32 +00:00
Bruno Alla
03ce9ebf01
Merge pull request #2437 from pydanny/pyup-update-werkzeug-0.16.1-to-1.0.0
Update werkzeug to 1.0.0
2020-02-11 12:10:47 +00:00
Bruno Alla
8843d95485
Merge pull request #2441 from pydanny/pyup-update-django-extensions-2.2.6-to-2.2.8
Update django-extensions to 2.2.8
2020-02-11 11:54:06 +00:00
browniebroke
311e0dfc24 Update django-extensions from 2.2.6 to 2.2.8 2020-02-11 11:00:30 +00:00
browniebroke
be019ea54a Update sphinx from 2.3.1 to 2.4.0 2020-02-09 11:00:30 +00:00
browniebroke
816fb1c44b Update werkzeug from 0.16.1 to 1.0.0 2020-02-07 11:00:30 +00:00
browniebroke
3c177776d8 Update django-debug-toolbar from 2.1 to 2.2 2020-02-01 11:00:33 +00:00
Bruno Alla
27b6a3bd4f
Update pre-commit to 2.0.1 (#2422)
Update pre-commit to 2.0.1
2020-01-31 11:01:11 +00:00
browniebroke
d292590ceb Update pre-commit from 2.0.0 to 2.0.1 2020-01-30 11:00:35 +00:00
browniebroke
1305ddaa6a Update pytest from 5.3.4 to 5.3.5 2020-01-30 11:00:31 +00:00
browniebroke
abdbe387a0 Update pre-commit from 1.21.0 to 2.0.0 2020-01-29 11:00:34 +00:00
browniebroke
9734582a88 Update werkzeug from 0.16.0 to 0.16.1 2020-01-27 11:00:31 +00:00
browniebroke
2b34e27013 Update django-coverage-plugin from 1.7.0 to 1.8.0 2020-01-24 11:00:30 +00:00
browniebroke
8ceaa3e1c7 Update pytest from 5.3.3 to 5.3.4 2020-01-21 11:00:34 +00:00
Bruno Alla
29bc74e752
Update django-coverage-plugin to 1.7.0 (#2403)
Update django-coverage-plugin to 1.7.0
2020-01-18 16:23:14 +00:00
browniebroke
a69bf2e778 Update pytest from 5.3.1 to 5.3.3 2020-01-18 11:00:34 +00:00
Bruno Alla
75d8bdbcae
Merge branch 'master' into pyup-update-django-coverage-plugin-1.6.0-to-1.7.0 2020-01-17 12:19:24 +00:00
browniebroke
70f43c7716 Update django-coverage-plugin from 1.6.0 to 1.7.0 2020-01-17 11:00:40 +00:00
browniebroke
c02587300e Update django-extensions from 2.2.5 to 2.2.6 2020-01-17 11:00:36 +00:00
Bruno Alla
ca90ac1c93
Update pytest-django to 3.8.0 (#2399)
Update pytest-django to 3.8.0
2020-01-14 12:30:54 +00:00
browniebroke
82c483bad5 Update pytest-django from 3.7.0 to 3.8.0 2020-01-14 11:00:37 +00:00
browniebroke
6d4128b487 Update django-stubs from 1.3.1 to 1.4.0 2020-01-14 11:00:32 +00:00
Bruno Alla
5cfed14b47
Fix failing mypy tests in users app with django-stubs (#2395) (#2396)
Fix failing mypy tests in users app with django-stubs (#2395)
2020-01-13 12:38:50 +00:00
browniebroke
9d1d5e47ff Update coverage from 5.0.2 to 5.0.3 2020-01-13 11:00:33 +00:00
Daniel Hillier
0872982245 Fix failing mypy tests in users app with django-stubs (#2395)
Adds django-stubs as a requirement for local virtualenv. This is
required now that the User Model type is being resolved properly.
2020-01-13 01:57:20 +11:00
Bruno Alla
9bd9891541 Align psycopg2 versions 2020-01-11 16:10:14 +00:00
Bruno Alla
22645cfa75
Update pre-commit to 1.21.0 (#2387)
Update pre-commit to 1.21.0
2020-01-11 13:47:23 +00:00
Bruno Alla
8d4b2bbe87
Update sphinx to 2.3.1 (#2380)
Update sphinx to 2.3.1
2020-01-11 13:46:54 +00:00
browniebroke
bfe0949635 Update coverage from 5.0 to 5.0.2 2020-01-06 11:00:33 +00:00
browniebroke
41d514e6cf Update pre-commit from 1.20.0 to 1.21.0 2020-01-03 08:00:31 -03:00
browniebroke
66991d9e95 Update sphinx from 2.3.0 to 2.3.1 2019-12-23 08:00:31 -03:00
browniebroke
b75cb6e6da Update mypy from 0.760 to 0.761 2019-12-20 08:00:35 -03:00
browniebroke
29d2ff0ccf Update mypy from 0.750 to 0.760 2019-12-18 08:00:35 -03:00
browniebroke
acd63b14b8 Update sphinx from 2.2.2 to 2.3.0 2019-12-16 08:00:34 -03:00
browniebroke
b6a524c346 Update coverage from 4.5.4 to 5.0 2019-12-15 08:00:29 -03:00
Bruno Alla
efbf164e84
Update ipdb to 0.12.3 (#2346)
Update ipdb to 0.12.3
2019-12-04 13:25:33 +00:00
browniebroke
e7923c6c5c Update flake8 from 3.7.8 to 3.7.9 2019-12-04 11:00:35 +00:00
browniebroke
112972d881 Update ipdb from 0.12.2 to 0.12.3 2019-12-04 11:00:32 +00:00
Bruno Alla
828f9c5cf8
updated werkzeug from 0.14.1 to 0.16.0 (#2341)
updated werkzeug from 0.14.1 to 0.16.0
2019-12-03 14:12:08 +00:00
Bruno Alla
676c9fb336
Update sphinx to 2.2.2 (#2344)
Update sphinx to 2.2.2
2019-12-03 14:11:25 +00:00
browniebroke
3140fe74ca Update sphinx from 2.2.1 to 2.2.2 2019-12-03 11:00:42 +00:00
Jelmert
2214951bbe updated werkzeug from 0.14.1 to 0.16.0 2019-12-03 11:19:01 +01:00
Fábio C. Barrionuevo da Luz
faa6cdafd4
Merge branch 'master' into pyup-update-mypy-0.740-to-0.750 2019-12-02 13:49:20 -03:00
browniebroke
1453b32891 Update mypy from 0.740 to 0.750 2019-11-30 11:00:31 +00:00
browniebroke
9ec808e7f4 Update pytest from 5.3.0 to 5.3.1 2019-11-28 11:00:32 +00:00
browniebroke
dce02bae70 Update pylint-django from 2.0.12 to 2.0.13 2019-11-24 11:00:31 +00:00
browniebroke
cdd9205075 Update pytest from 5.2.4 to 5.3.0 2019-11-20 11:00:35 +00:00
browniebroke
526f135e85 Update pytest from 5.2.3 to 5.2.4 2019-11-16 11:00:32 +00:00
browniebroke
0bd04dd5b3 Update pytest from 5.2.2 to 5.2.3 2019-11-15 11:00:33 +00:00
browniebroke
a38c61369e Update django-debug-toolbar from 2.0 to 2.1 2019-11-12 11:00:32 +00:00
browniebroke
fd5e9be58b Update pytest-django from 3.6.0 to 3.7.0 2019-11-09 11:00:37 +00:00