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
Bruno Alla
0dad87553a
Merge pull request #2911 from pydanny/pyup-update-pytest-django-4.0.0-to-4.1.0
...
Update pytest-django to 4.1.0
2020-11-03 23:32:29 +00:00
Bruno Alla
6f3940b9c7
Merge pull request #2910 from pydanny/pyup-update-pillow-8.0.0-to-8.0.1
...
Update pillow to 8.0.1
2020-11-03 23:32:12 +00:00
Bruno Alla
37be877a9b
Merge pull request #2907 from pydanny/pyup-update-django-celery-beat-2.0.0-to-2.1.0
...
Update django-celery-beat to 2.1.0
2020-11-03 23:31:54 +00:00
pyup-bot
5224641a16
Update pytest from 6.1.1 to 6.1.2
2020-10-28 23:59:03 -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
eb400e4980
Update pillow from 8.0.0 to 8.0.1
2020-10-22 15:52:32 -07:00
pyup-bot
8e229ce0e0
Update django-celery-beat from 2.0.0 to 2.1.0
2020-10-19 23:39:07 -07:00
pyup-bot
81c9a4a76a
Update uvicorn from 0.12.1 to 0.12.2
2020-10-19 09:13:14 -07:00
pyup-bot
3d87a42055
Update sentry-sdk from 0.19.0 to 0.19.1
2020-10-19 03:32:37 -07:00
Bruno Alla
c4f46d0526
Merge pull request #2901 from pydanny/pyup-update-django-allauth-0.42.0-to-0.43.0
...
Update django-allauth to 0.43.0
2020-10-17 12:42:02 +01: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
4ecc00ea6c
Update django-allauth from 0.42.0 to 0.43.0
2020-10-15 12:30:53 -07:00
pyup-bot
4e6cc3ca60
Update pillow from 7.2.0 to 8.0.0
2020-10-14 15:58:12 -07:00
Bruno Alla
100c06f078
Merge pull request #2897 from pydanny/update/pre-commit-autoupdate
...
Auto-update pre-commit hooks
2020-10-14 11:46:41 +01:00
github-actions[bot]
a26d57a6e7
Auto-update pre-commit hooks
2020-10-14 00:29:18 +00:00
pyup-bot
acaeb0d950
Update sentry-sdk from 0.18.0 to 0.19.0
2020-10-13 05:31:37 -07:00
github-actions[bot]
62b20fd906
Auto-update pre-commit hooks
2020-10-12 00:29:27 +00:00
Bruno Alla
1e52382011
Merge pull request #2890 from pydanny/update/pre-commit-autoupdate
...
Auto-update pre-commit hooks
2020-10-11 15:27:18 +01:00
github-actions[bot]
8faa1e478b
Auto-update pre-commit hooks
2020-10-11 00:29:47 +00:00
pyup-bot
e043af811a
Update django-anymail from 8.0 to 8.1
2020-10-09 13:11:03 -07:00
pyup-bot
55a6674d0c
Update django-anymail from 8.0 to 8.1
2020-10-09 13:11:02 -07:00
pyup-bot
edd29c3982
Update django-anymail from 8.0 to 8.1
2020-10-09 13:11:01 -07:00
pyup-bot
ae526ad8df
Update django-anymail from 8.0 to 8.1
2020-10-09 13:11:00 -07:00
pyup-bot
fa2f09f27d
Update django-anymail from 8.0 to 8.1
2020-10-09 13:10:59 -07:00
pyup-bot
d0d50fe800
Update django-anymail from 8.0 to 8.1
2020-10-09 13:10:58 -07:00
pyup-bot
dee930cad5
Update django-anymail from 8.0 to 8.1
2020-10-09 13:10:58 -07:00
pyup-bot
be74011ba5
Update django-anymail from 8.0 to 8.1
2020-10-09 13:10:57 -07:00
pyup-bot
44689a8be6
Update django-anymail from 8.0 to 8.1
2020-10-09 13:10:56 -07:00
github-actions[bot]
90a0b16ae4
Auto-update pre-commit hooks
2020-10-09 00:27:59 +00: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
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
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
pyup-bot
42b41b7215
Update flake8 from 3.8.3 to 3.8.4
2020-10-02 17:27:05 -07:00
github-actions[bot]
f1e87f264d
Auto-update pre-commit hooks
2020-10-03 00:26:55 +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
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
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
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
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