Commit Graph

161 Commits

Author SHA1 Message Date
Georg Krause e736d1b932 Backport sentry 2022-09-11 06:23:05 +00:00
Georg Krause a0e734c386
Pin cryptography down to avoid incompatibility issues 2022-09-08 13:14:31 +02:00
Georg Krause 4e5d8f57ca
Fix dependency name typo 2022-05-03 19:54:47 +02:00
Georg Krause 09b1e7a007
Replace requests-http-signature with requests-http-message-signatures 2022-05-03 17:47:52 +02:00
JuniorJPDJ f4964ab3ab Change PyMemoize to django-cache-memoize
This allows to support python 3.10
2022-02-16 05:50:22 +00:00
Georg Krause 903d3b854e
Fix requirements file 2021-12-13 20:43:39 +01:00
Georg Krause 0217b5a7a4
Try to avoid build of cryptography for docker 2021-12-13 20:32:05 +01:00
Georg Krause 6d20b18bcb
Mention issue with reasons for dependency pinning 2021-11-12 10:07:25 +01:00
Georg Krause aaa1c8b5db Update setuptools to version 57.4.0 2021-08-30 10:27:36 +00:00
Georg Krause d1952b3dae Update requests to version 2.26.0 2021-08-30 10:18:23 +00:00
Georg Krause 28b1a69a11 Update pytest-randomly to version 3.10.1 2021-08-30 10:03:07 +00:00
Georg Krause 6831c70aad Update iPhython to version 7.27.0 2021-08-30 09:57:14 +00:00
Georg Krause 4d4ad0f352 Update Faker to version 8.12.1 2021-08-30 09:50:37 +00:00
Georg Krause 0cd8f710be Update django-versatileimagefield to version 2.2 2021-08-30 09:40:11 +00:00
Georg Krause a186fd958c Update django-cors-headers to version 3.8.0 2021-08-30 09:27:09 +00:00
Georg Krause 26a6d9801a
Update django-auth-ldap to version 3.0.0 2021-08-30 11:10:54 +02:00
Georg Krause 19fd429e24 Remove pinning of twisted to update to latest version 2021-08-04 08:01:22 +00:00
Georg Krause 003203c45d Update Channels to version 3
This reduces coverage since one test case needed to be removed. Its not that easy anymore to pass a custom scope into a tested application. It gets verified that no invalid authentication is possible though. Proper testing should be done with another issue.
2021-07-24 11:48:52 +00:00
Georg Krause 5fccbb9007 Update django-versatileimagefield 2021-07-07 10:03:53 +00:00
Georg Krause 464c12bae7
Update iPython 2021-07-07 09:13:15 +02:00
Georg Krause d0ec6c8ba7
Update Pillow 2021-07-07 08:50:22 +02:00
Georg Krause 5e724e9fd0 Update setuptools 2021-07-06 14:57:02 +00:00
Georg Krause b901db9b80
Update uvicorn 2021-07-06 16:28:31 +02:00
Georg Krause 7418d51a35 Update django-redis to 5.0 2021-07-06 13:37:42 +00:00
Georg Krause 47c6498c28 Update channels_redis 2021-07-06 13:35:07 +00:00
Georg Krause 9be145c97b
Pin asgiref version 2021-07-06 11:43:40 +02:00
Georg Krause cf8c0752cd Update dev and test dependencies 2021-07-05 12:21:52 +00:00
Georg Krause 64210b0264 Replace psycopg2-binary with psycopg2 2021-07-05 04:33:39 +00:00
Georg Krause c430d50816 Update Celery and Kombu 2021-07-04 19:03:24 +00:00
Georg Krause 4647b13091
Revert "Update celery"
This reverts commit 50cb7f0747.
2021-07-04 20:40:55 +02:00
Georg Krause 50cb7f0747
Update celery 2021-07-04 20:38:19 +02:00
Georg Krause 189166ec7c Update django-oauth-toolkit 2021-07-04 04:57:35 +00:00
Georg Krause b5fca7c1c9 Update PyLD to version 2.0 2021-06-30 15:41:12 +00:00
Georg Krause 1ef252e29d Implement several pipeline improvements
* Build docker image to run tests in
* Collect backend coverage reports
* Update dependencies
2021-05-28 09:39:27 +00:00
Georg Krause ec77040e87
Update deps and add CI job to check outdated pkgs 2021-04-30 06:25:38 +02:00
Georg Krause ecc2cc57ae
Revert "Update django-allauth"
This reverts commit a5020c1dc6.
2021-04-28 11:29:31 +02:00
Georg Krause 9970d2dfb8
Revert "Update Django"
This reverts commit 747c639bc4.
2021-04-28 11:29:18 +02:00
Georg Krause a5020c1dc6
Update django-allauth 2021-04-28 11:27:08 +02:00
Georg Krause 747c639bc4
Update Django 2021-04-28 11:22:50 +02:00
Georg Krause 6245a65c1d
Revert "Update pytz"
This reverts commit 6bf2f79210.
2021-04-28 11:19:59 +02:00
Georg Krause 6bf2f79210
Update pytz 2021-04-28 11:18:54 +02:00
Georg Krause 88de997603
Remove JWT related code 2021-04-28 10:44:28 +02:00
Georg Krause 5d745fea6f Resolve "Remove Raven Sentry" 2021-04-25 15:13:17 +00:00
Georg Krause 9f9b4653ac
Update aioresponses to latest version 2021-03-10 14:11:00 +01:00
Georg Krause e440096c13
Bump version of aiohttp to 3.7.4 2021-03-10 13:17:08 +01:00
Georg Krause feb24e4cd2
Bump version of requests to fix #1299 2021-03-10 13:17:08 +01:00
Georg Krause 0b85cb978a
Fix twisted version, fixes #1346 2021-03-01 17:30:42 +01:00
Georg Krause f7b5214fa7 Revert "Merge branch '876-http-signature' into 'develop'"
This reverts merge request !1120
2021-02-28 20:34:25 +01:00
Georg Krause 0edf32ed0e Merge branch '876-http-signature' into 'develop'
Fix #876: use proper http-signature release

Closes #876

See merge request funkwhale/funkwhale!1120
2021-02-22 13:07:35 +01:00
Georg Krause 72208fdb0c
Don't use beta version of feedparser anymore 2021-02-21 22:16:53 +01:00