pyup.io bot
f38c341f8e
Update sphinx to 4.4.0 ( #3537 )
2022-01-17 09:07:45 +00:00
Thibault J
ab8ca02432
Fix high CPU usage when running runserver_plus
in Docker ( #3531 )
2022-01-13 21:26:47 +00:00
pyup.io bot
bf42bba35e
Update mypy from 0.930 to 0.931 ( #3521 )
2022-01-07 19:58:36 +00:00
pyup.io bot
5ae29f4b06
Update pylint-django to 2.5.0 ( #3505 )
2022-01-03 18:01:05 +00:00
pyup.io bot
0fc9686803
Update psycopg2-binary from 2.9.2 to 2.9.3 ( #3504 )
2021-12-29 18:43:16 +00:00
pyup.io bot
c4b716bd89
Update psycopg2 to 2.9.3 ( #3503 )
...
* Update psycopg2 from 2.9.2 to 2.9.3
* Update psycopg2 from 2.9.2 to 2.9.3
2021-12-29 18:42:46 +00:00
pyup.io bot
edff41d1f3
Update mypy from 0.920 to 0.930 ( #3487 )
2021-12-22 20:33:33 +00:00
pyup.io bot
a1cae7d5df
Update mypy from 0.910 to 0.920 ( #3478 )
2021-12-19 18:50:29 +00:00
pyup.io bot
d2184ae952
Update sphinx to 4.3.2 ( #3477 )
2021-12-19 14:31:55 +00:00
pyup.io bot
f125511c1c
Update django-debug-toolbar from 3.2.3 to 3.2.4 ( #3473 )
2021-12-16 00:35:38 +00:00
pyup.io bot
ac74f6a521
Update pytest-django to 4.5.2 ( #3471 )
2021-12-14 09:29:28 +00:00
pyup.io bot
dc937d4932
Update django-debug-toolbar to 3.2.3 ( #3466 )
2021-12-13 20:48:13 +00:00
pyup.io bot
167ccb1d93
Update black to 21.12b0 ( #3448 )
2021-12-06 10:02:05 +00:00
pyup.io bot
fbf7d1196a
Update pytest-django to 4.5.1 ( #3443 )
2021-12-04 13:32:02 +00:00
pyup.io bot
252035985c
Update pre-commit to 2.16.0 ( #3442 )
...
* Update pre-commit from 2.15.0 to 2.16.0
* Update pre-commit from 2.15.0 to 2.16.0
2021-12-01 09:07:04 +00:00
pyup.io bot
70329ecb01
Update django-stubs to 1.9.0 ( #3439 )
...
Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
2021-11-30 11:13:53 +00:00
pyup.io bot
4a578df625
Update sphinx to 4.3.1 ( #3438 )
2021-11-29 12:08:41 +00:00
pyup.io bot
bde61865ca
Update coverage from 6.1.2 to 6.2 ( #3437 )
2021-11-27 10:57:38 +00:00
pyup.io bot
57cbf8c2a8
Update black to 21.11b1 ( #3421 )
2021-11-18 09:54:24 +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
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
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
33f812a3eb
Update django-extensions from 3.1.3 to 3.1.5
2021-11-07 09:26:19 -08:00
pyup-bot
83bcd1fd45
Update coverage from 6.0.2 to 6.1.1
2021-10-31 12:36:53 -07:00
pyup-bot
75aa76e956
Update factory-boy from 3.2.0 to 3.2.1
2021-10-27 06:21: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
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