Commit Graph

6164 Commits

Author SHA1 Message Date
pyup.io bot
a7d9f4656c
Update django-cors-headers from 3.12.0 to 3.13.0 (#3738) 2022-06-06 00:09:22 +01:00
github-actions
d729d5ed47 Release 2022.06.04 2022-06-05 02:39:13 +00:00
pyup.io bot
8c1404fb73
Update django-cors-headers to 3.12.0 (#3736) 2022-06-04 19:14:56 +01:00
Bruno Alla
32456543e3
Merge pull request #3734 from cookiecutter/pyup-update-django-stubs-1.9.0-to-1.11.0 2022-06-04 19:04:05 +01:00
Bruno Alla
e80c828882 Merge remote-tracking branch 'upstream/pyup-update-djangorestframework-stubs-1.4.0-to-1.6.0' into pyup-update-django-stubs-1.9.0-to-1.11.0 2022-06-04 14:57:17 -03:00
Bruno Alla
cf6fc443bb Fix type error 2022-06-04 14:49:26 -03:00
pyup-bot
502e8e5235 Update django-stubs from 1.9.0 to 1.11.0 2022-06-04 10:47:10 -07:00
pyup-bot
b1eae5394c Update sphinx from 5.0.0 to 5.0.1 2022-06-04 18:44:40 +01:00
pyup-bot
4e830b1575 Update sphinx from 5.0.0 to 5.0.1 2022-06-04 18:44:40 +01:00
pyup-bot
6f8ed496bb Update sphinx from 4.5.0 to 5.0.0 2022-06-04 18:31:06 +01:00
pyup-bot
246f8a4361 Update sphinx from 4.5.0 to 5.0.0 2022-06-04 18:31:06 +01:00
pyup-bot
8111fcf840 Update celery from 5.2.6 to 5.2.7 2022-06-04 18:21:44 +01:00
pyup-bot
9e805ba0ab Update django-celery-beat from 2.2.1 to 2.3.0 2022-06-04 17:02:29 +01:00
github-actions
134ceb7224 Release 2022.06.02 2022-06-03 02:37:45 +00:00
pyup-bot
fb64830488 Update coverage from 6.4 to 6.4.1 2022-06-02 22:03:52 +01:00
pyup-bot
a10cf3a9ea Update redis from 4.3.2 to 4.3.3 2022-06-02 21:56:12 +01:00
github-actions
8f66cad1b4 Release 2022.06.01 2022-06-02 02:49:02 +00:00
pyup-bot
1596b65a39 Update redis from 4.3.1 to 4.3.2 2022-06-01 19:31:44 +01:00
github-actions
5503df039f Release 2022.05.24 2022-05-25 02:43:18 +00:00
pyup.io bot
c04088f847
Update coverage from 6.3.3 to 6.4 (#3716) 2022-05-24 22:32:56 +01:00
pyup-bot
2d7b83e821 Update djangorestframework-stubs from 1.4.0 to 1.6.0 2022-05-24 04:47:13 -07:00
github-actions
a6ce9f04ff Release 2022.05.18 2022-05-19 02:46:40 +00:00
pyup.io bot
3743fded1e
Update pillow from 9.1.0 to 9.1.1 (#3714) 2022-05-18 08:01:17 +01:00
github-actions
1611719316 Release 2022.05.16 2022-05-17 02:43:56 +00:00
pyup.io bot
bc0ed07f45
Update django-anymail to 8.6 (#3713) 2022-05-16 11:41:09 +01:00
Jimmy Gitonga
bc71a326da
Update postgres versions (#3712)
* REFACTOR: Update PostgreSQL versions that fix some security issues.

* CHORE: Update PostgreSQL versions that fix some security issues.
2022-05-16 11:39:19 +01:00
github-actions
2c7c4bc435 Release 2022.05.14 2022-05-15 02:42:24 +00:00
pyup.io bot
9a5ce7f6e1
Update coverage from 6.3.2 to 6.3.3 (#3709) 2022-05-14 11:31:21 +01:00
pyup.io bot
3cb97907a3
Update whitenoise from 6.0.0 to 6.1.0 (#3707) 2022-05-14 11:27:47 +01:00
pyup.io bot
ae4431b755
Update sentry-sdk from 1.5.11 to 1.5.12 (#3706) 2022-05-14 11:26:08 +01:00
pyup.io bot
a2a0d2b70a
Update redis from 4.2.2 to 4.3.1 (#3704) 2022-05-14 11:24:48 +01:00
github-actions
5acde4875f Release 2022.05.07 2022-05-08 02:41:22 +00:00
Bruno Alla
96b9b95af7
Add pyupgrade to pre-commit config (#3702)
* Add pyupgrade to pre-commit config

* Exclude hooks folder from pyupgrade

* Autofix: run pyupgrade

* Autofix: run pyupgrade on template files
2022-05-07 19:21:15 +01:00
pyup.io bot
337bbd2820
Update jinja2 from 3.1.1 to 3.1.2 (#3700) 2022-05-07 14:22:25 +01:00
browniebroke
66d1d010e8 Update Contributors 2022-05-07 12:49:50 +00:00
Naveen
e0c04fa0d3
Set permissions for GitHub actions (#3698)
* chore: Set permissions for GitHub actions

 Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.

- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions

https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions

https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs

[Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/)

Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com>

* Leave comment close to code

Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2022-05-07 13:49:24 +01:00
github-actions
7c2476d847 Release 2022.05.06 2022-05-07 02:34:39 +00:00
pyup.io bot
964f08db43
Update pre-commit to 2.19.0 (#3697)
* Update pre-commit from 2.18.1 to 2.19.0

* Update pre-commit from 2.18.1 to 2.19.0
2022-05-06 09:01:07 +01:00
github-actions
0aed235004 Release 2022.05.04 2022-05-05 02:37:43 +00:00
pyup.io bot
9a8e7abd24
Update django-coverage-plugin from 2.0.2 to 2.0.3 (#3695) 2022-05-04 14:29:30 +01:00
github-actions
f1f1909c67 Release 2022.05.03 2022-05-04 02:45:00 +00:00
pyup.io bot
df529fc9e4
Update django-debug-toolbar from 3.3.0 to 3.4.0 (#3692) 2022-05-03 20:10:27 +01:00
pyup.io bot
c1cd37fd7d
Update sentry-sdk from 1.5.10 to 1.5.11 (#3693) 2022-05-03 20:09:55 +01:00
github-actions
e4458b6962 Release 2022.05.01 2022-05-02 02:50:42 +00:00
pyup.io bot
55124bd032
Update django-debug-toolbar from 3.2.4 to 3.3.0 (#3690) 2022-05-01 11:55:28 +01:00
github-actions
3d7a2db072 Release 2022.04.28 2022-04-29 02:46:26 +00:00
Fábio C. Barrionuevo da Luz
540a8346d8
Merge pull request #3680 from labcodes/labcodes-improve-create_django_issue
Add the possibility to set a max django version on create_django_issue script
2022-04-28 14:06:26 -03:00
github-actions
870ed7eaf8 Release 2022.04.27 2022-04-28 02:59:24 +00:00
pyup.io bot
0ff679073b
Update mypy to 0.950 (#3687) 2022-04-27 21:08:23 +01:00
pyup.io bot
b051b41129
Update python-slugify to 6.1.2 (#3686) 2022-04-27 21:06:33 +01:00