Commit Graph

2375 Commits

Author SHA1 Message Date
Fábio C. Barrionuevo da Luz
4cd205b19c
Merge pull request #3372 from foarsitter/debian_buster
Update docker and non-docker configs to Debian 11 (bullseye)
2021-11-08 09:55:07 -03: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
a9a344a8bc
Merge pull request #3380 from d57montes/fix-help-docs-makefile 2021-11-04 15:02:50 +00:00
Bruno Alla
489bdafee8
Merge pull request #3379 from d57montes/small-fix-docs-makefile 2021-11-04 14:44:21 +00:00
Diego Montes
51c149f137
remove if else block in docs makefile 2021-11-04 08:39:00 -04:00
browniebroke
bf74761ba4 Auto-update pre-commit hooks 2021-11-04 00:05:49 +00:00
Diego Montes
faf477a868
change catch-all -b option as well 2021-11-03 19:41:08 -04:00
Diego Montes
c2af9c3134 fix help in docs Makefile 2021-11-03 17:03:47 -04:00
Diego Montes
ce5223fe59 change path in docs Makefile to use APP variable 2021-11-03 16:15:40 -04:00
browniebroke
e6b42ee187 Auto-update pre-commit hooks 2021-11-02 00:06:04 +00: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
Jelmer Draaijer
008aeb21a0 Added Debian 11 (Bullseye) OS dependencies (duplicated from buster) 2021-10-26 13:58:18 +02:00
Jelmer Draaijer
b61c70306f Update the docker base images from slim-buster to slim-bullseye 2021-10-26 13:40:42 +02: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
Fábio C. Barrionuevo da Luz
a67731233f
Merge pull request #3368 from cookiecutter/pyup-update-django-environ-0.8.0-to-0.8.1
Update django-environ to 0.8.1
2021-10-25 21:39:16 -03:00
Bruno Alla
b2d46296f0
Move repo under cookiecutter organisation (#3357) 2021-10-22 13:40:53 -07: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
pyup-bot
3438b5f3d1 Update sentry-sdk from 1.4.2 to 1.4.3 2021-09-29 15:05:49 -07:00
pyup-bot
1ac297f8f4 Update django-cors-headers from 3.8.0 to 3.9.0 2021-09-29 07:15:05 -07:00
pyup-bot
fa39b8df98 Update sentry-sdk from 1.4.1 to 1.4.2 2021-09-27 14:02:18 -07:00
pyup-bot
7c62741866 Update django-crispy-forms from 1.12.0 to 1.13.0 2021-09-25 15:08:23 -07:00
Manjit Pardeshi
b4039c837b Add django-settings-module to .pylintrc 2021-09-24 13:19:08 +05:30
pyup-bot
c93bfaf71a Update sentry-sdk from 1.4.0 to 1.4.1 2021-09-23 07:55:07 -07:00
pyup-bot
cb6c0edba6 Update sentry-sdk from 1.3.1 to 1.4.0 2021-09-22 07:55:35 -07:00