Commit Graph

4572 Commits

Author SHA1 Message Date
Bruno Alla
a85ce029a5
Merge pull request #2881 from Andrew-Chen-Wang/patch-9
Add dedicated websockets package
2020-10-08 12:49:08 +01:00
pyup-bot
c1af517776 Update isort from 5.5.4 to 5.6.0 2020-10-08 00:48:55 -07:00
Andrew Chen Wang
7be855975b
Add dedicated websockets package
Ref: https://github.com/encode/uvicorn/issues/797

There used to be a package automatically installed; not anymore I guess. This came from a separate package and not cookiecutter-django, but the installation was similar.
2020-10-07 12:33:00 -04:00
browniebroke
88b8417156 Update Changelog 2020-10-05 02:18:23 +00:00
Bruno Alla
f7bba44015 Print commands in bash script 2020-10-04 15:57:37 +01:00
Bruno Alla
d4d1f0c43d Test extended Docker with Gulp 2020-10-04 15:57:33 +01:00
Bruno Alla
d3138902d9
Merge pull request #2880 from pydanny/pyup-update-pytest-6.1.0-to-6.1.1 2020-10-04 14:53:13 +01:00
pyup-bot
6e3f6acf07 Update pytest from 6.1.0 to 6.1.1 2020-10-04 06:03:31 -07:00
pyup-bot
efeba02853 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
Bruno Alla
b8012a54d2
Merge pull request #2876 from pydanny/update/pre-commit-autoupdate
Auto-update pre-commit hooks
2020-10-04 12:13:23 +01:00
Bruno Alla
b07581043c
Merge pull request #2877 from pydanny/pyup-update-flake8-3.8.3-to-3.8.4
Update flake8 to 3.8.4
2020-10-04 12:12:57 +01:00
pyup-bot
42b41b7215 Update flake8 from 3.8.3 to 3.8.4 2020-10-02 17:27:05 -07:00
pyup-bot
25f722d418 Update flake8 from 3.8.3 to 3.8.4 2020-10-02 17:27:04 -07:00
github-actions[bot]
f1e87f264d Auto-update pre-commit hooks 2020-10-03 00:26:55 +00:00
browniebroke
77b1d06e87 Update Changelog 2020-10-02 02:18:14 +00:00
Bruno Alla
26f2a3d7ba Fix mypy error
my_awesome_project/users/admin.py:15: error: No overload variant of "__add__" of "tuple" matches argument type "List[Tuple[Optional[str], _FieldOpts]]"
my_awesome_project/users/admin.py:15: note: Possible overload variants:
my_awesome_project/users/admin.py:15: note:     def __add__(self, Tuple[Tuple[str, Dict[str, Tuple[str]]], ...]) -> Tuple[Tuple[str, Dict[str, Tuple[str]]], ...]
my_awesome_project/users/admin.py:15: note:     def __add__(self, Tuple[Any, ...]) -> Tuple[Any, ...]
my_awesome_project/users/admin.py:15: note: Right operand is of type "Union[Tuple[Tuple[Optional[str], _FieldOpts], ...], List[Tuple[Optional[str], _FieldOpts]]]"
2020-10-01 20:01:26 +01:00
Bruno Alla
689c768abf Fix mypy error
users/tests/test_views.py:67: error: unused 'type: ignore' comment
2020-10-01 19:16:22 +01:00
Daniel Feldroy
6c22376f8e
Update FUNDING.yml 2020-10-01 11:13:24 -07:00
Bruno Alla
219af571b3
Merge pull request #2869 from pydanny/dependabot/github_actions/actions/setup-python-v2.1.3
Bump actions/setup-python from v2.1.2 to v2.1.3
2020-10-01 18:16:28 +01:00
Bruno Alla
a9482aec2c Remove placeholders title from issue templates
We had a few reports where the title was missing recently
2020-10-01 18:15:48 +01: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
070dada241
Merge pull request #2867 from pydanny/update/pre-commit-autoupdate 2020-10-01 17:02:51 +01:00
Bruno Alla
f54bfe3025
Merge pull request #2866 from pydanny/pyup-update-uvicorn-0.11.8-to-0.12.1
Update uvicorn to 0.12.1
2020-10-01 17:02:34 +01:00
Bruno Alla
eab74194c1
Merge pull request #2864 from pydanny/pyup-update-isort-5.5.3-to-5.5.4
Update isort to 5.5.4
2020-10-01 17:01:49 +01:00
Bruno Alla
656ce7b9e3
Merge pull request #2863 from pydanny/pyup-update-sentry-sdk-0.17.7-to-0.18.0
Update sentry-sdk to 0.18.0
2020-10-01 17:01:30 +01:00
Bruno Alla
1339dcb7ff
Merge pull request #2862 from pydanny/pyup-update-djangorestframework-3.11.1-to-3.12.1
Update djangorestframework to 3.12.1
2020-10-01 17:01:09 +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
Bruno Alla
50d65df98d
Merge pull request #2855 from pydanny/pyup-update-django-debug-toolbar-3.1-to-3.1.1
Update django-debug-toolbar to 3.1.1
2020-10-01 16:58:47 +01:00
dependabot[bot]
f98211ae4c
Bump actions/setup-python from v2.1.2 to v2.1.3
Bumps [actions/setup-python](https://github.com/actions/setup-python) from v2.1.2 to v2.1.3.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2.1.2...c181ffa198a1248f902bc2f7965d2f9a36c2d7f6)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-01 06:24:35 +00:00
Daniel Feldroy
1a701ed70f
Update README.rst 2020-09-30 17:53:04 -07:00
Daniel Feldroy
da850d2217
Update README.rst 2020-09-30 17:52:33 -07:00
github-actions[bot]
aa6fd53813 Auto-update pre-commit hooks 2020-10-01 00:27:34 +00:00
pyup-bot
604325a1c6 Update uvicorn from 0.11.8 to 0.12.1 2020-09-30 06:31:39 -07:00
pyup-bot
cf26e2d73c Update isort from 5.5.3 to 5.5.4 2020-09-30 00:32:38 -07:00
pyup-bot
ae346d4a6f Update sentry-sdk from 0.17.7 to 0.18.0 2020-09-29 10:50:08 -07:00
pyup-bot
6fb51ed491 Update djangorestframework from 3.11.1 to 3.12.1 2020-09-28 12:11:17 -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
3a32c3b7ce 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
browniebroke
1e924fac16 Update Changelog 2020-09-24 02:17:40 +00:00
Bruno Alla
8e062157a1
Merge pull request #2847 from pydanny/pyup-update-sentry-sdk-0.17.6-to-0.17.7
Update sentry-sdk to 0.17.7
2020-09-23 13:45:01 +01:00
Bruno Alla
2c42af3157
Merge pull request #2846 from pydanny/pyup-update-django-debug-toolbar-3.0-to-3.1
Update django-debug-toolbar to 3.1
2020-09-23 13:44:44 +01:00
pyup-bot
762f3b3ae2 Update sentry-sdk from 0.17.6 to 0.17.7 2020-09-22 02:49:28 -07:00
browniebroke
c567793453 Update Changelog 2020-09-22 02:17:28 +00:00
pyup-bot
e715b8f43d Update django-debug-toolbar from 3.0 to 3.1 2020-09-21 14:13:08 -07:00
Arnav Choudhury
b064e09f12
Adding GitHub-Action CI Option (#2837) 2020-09-21 11:20:24 +01:00
Bruno Alla
55aa86878b
Merge pull request #2842 from pydanny/pyup-update-django-debug-toolbar-2.2-to-3.0
Update django-debug-toolbar to 3.0
2020-09-21 10:37:20 +01:00