Bruno Alla
315ead02e4
Upgrade to Django 3.2 ( #3425 )
...
* Upgrade to Django 3.2
* Set DEFAULT_AUTO_FIELD setting
* Use auto AppConfig discovery for users app
2021-11-24 08:05:53 +00:00
pyup.io bot
efdda66d2f
Update redis to 4.0.2 ( #3431 )
2021-11-22 13:53:31 +00:00
pyup-bot
f8bc0cde4b
Update celery from 5.2.0 to 5.2.1
2021-11-19 03:56:07 -08:00
pyup.io bot
57cbf8c2a8
Update black to 21.11b1 ( #3421 )
2021-11-18 09:54:24 +00:00
pyup.io bot
177c0df0a6
Update redis to 4.0.1 ( #3416 )
2021-11-18 09:50:59 +00:00
pyup.io bot
f84fef3229
Update sentry-sdk to 1.5.0 ( #3417 )
2021-11-17 16:43:29 +00:00
pyup.io bot
98d9a3b169
Update black to 21.11b0 ( #3414 )
2021-11-17 08:51:53 +00:00
pyup.io bot
96e7503f1f
Update psycopg2-binary to 2.9.2 ( #3411 )
2021-11-16 10:19:26 +00:00
pyup.io bot
d4bcfeb342
Update psycopg2 to 2.9.2 ( #3410 )
2021-11-16 10:07:03 +00:00
pyup.io bot
fdeb8d0adb
Update redis to 4.0.0 ( #3406 )
2021-11-16 10:02:24 +00:00
pyup.io bot
a4cb1ba2e9
Update django-coverage-plugin to 2.0.2 ( #3409 )
2021-11-16 09:58:29 +00:00
pyup.io bot
a20efdff70
Update black to 21.10b0 ( #3408 )
2021-11-16 09:28:28 +00:00
pyup-bot
0d6d1744e3
Update django-allauth from 0.45.0 to 0.46.0
2021-11-15 09:06:22 -08:00
pyup-bot
d0c3c3435f
Update crispy-bootstrap5 from 0.5 to 0.6
2021-11-12 10:13:10 -08:00
Bruno Alla
46d453578b
Merge branch 'upstream-master' into bootstrap5
2021-11-11 20:32:11 +00:00
pyup-bot
89959dc439
Update coverage from 6.1.1 to 6.1.2
2021-11-10 23:33:54 -08:00
pyup-bot
826016e571
Update sphinx from 4.2.0 to 4.3.0
2021-11-10 12:18:51 -08:00
pyup-bot
346e7c9edd
Update celery from 5.1.2 to 5.2.0
2021-11-07 19:24:03 -08:00
pyup-bot
33f812a3eb
Update django-extensions from 3.1.3 to 3.1.5
2021-11-07 09:26:19 -08:00
Bruno Alla
71b8976fbb
Merge pull request #3374 from cookiecutter/pyup-update-django-storages-1.12.2-to-1.12.3
2021-11-01 12:04:30 +00:00
pyup-bot
83bcd1fd45
Update coverage from 6.0.2 to 6.1.1
2021-10-31 12:36:53 -07:00
pyup-bot
09c6ddbaf3
Update django-storages from 1.12.2 to 1.12.3
2021-10-29 20:24:59 -07:00
pyup-bot
c23e37f7cb
Update django-storages from 1.12.2 to 1.12.3
2021-10-29 20:24:58 -07:00
pyup-bot
75aa76e956
Update factory-boy from 3.2.0 to 3.2.1
2021-10-27 06:21:10 -07:00
Fábio C. Barrionuevo da Luz
c6e11365b7
Merge pull request #3364 from cookiecutter/pyup-update-pillow-8.3.2-to-8.4.0
...
Update pillow to 8.4.0
2021-10-25 23:16:49 -03:00
Fábio C. Barrionuevo da Luz
16a1161dc6
Merge pull request #3365 from cookiecutter/pyup-update-django-storages-1.12.1-to-1.12.2
...
Update django-storages to 1.12.2
2021-10-25 21:39:30 -03:00
pyup-bot
e4997e76c8
Update django-environ from 0.8.0 to 0.8.1
2021-10-20 06:57:29 -07:00
pyup-bot
60f3b8e54a
Update django-environ from 0.7.0 to 0.8.0
2021-10-18 06:56:55 -07:00
pyup-bot
666c989e9d
Update django-storages from 1.12.1 to 1.12.2
2021-10-16 20:32:04 -07:00
pyup-bot
4771639df7
Update django-storages from 1.12.1 to 1.12.2
2021-10-16 20:32:04 -07:00
pyup-bot
8ffe2aaa38
Update pillow from 8.3.2 to 8.4.0
2021-10-15 03:01:10 -07:00
pyup-bot
c2e82f8289
Update flake8 from 3.9.2 to 4.0.1
2021-10-14 08:06:47 -07:00
pyup-bot
b103ce72c2
Update flake8-isort from 4.0.0 to 4.1.1
2021-10-14 05:31:55 -07:00
pyup-bot
7601ad09c7
Update django-model-utils from 4.1.1 to 4.2.0
2021-10-13 13:19:14 -07:00
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
Bruno Alla
ee93df3aed
Merge pull request #3349 from pydanny/pyup-update-django-coverage-plugin-2.0.0-to-2.0.1
2021-10-11 23:14:04 +01:00
Bruno Alla
712967e8c6
Merge pull request #3345 from pydanny/pyup-update-django-cors-headers-3.9.0-to-3.10.0
2021-10-11 23:13:48 +01:00
pyup-bot
4cb6ff0870
Update django-storages from 1.11.1 to 1.12.1
2021-10-11 14:32:05 -07:00
pyup-bot
3617b8bf27
Update django-storages from 1.11.1 to 1.12.1
2021-10-11 14:32:04 -07: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
8eea74551f
Update django-cors-headers from 3.9.0 to 3.10.0
2021-10-05 23:53:27 -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
674dbb642f
Update pytz from 2021.1 to 2021.3
2021-10-02 07:12:40 -07:00
Andrew Chen Wang
72208dc79e
Merge branch 'master' into bootstrap5
2021-10-01 08:43:31 -04:00
pyup-bot
3438b5f3d1
Update sentry-sdk from 1.4.2 to 1.4.3
2021-09-29 15:05:49 -07:00