dependabot-preview[bot]
8ef31567db
Bump asgiref from 3.2.7 to 3.3.1 ( #3535 )
...
Bumps [asgiref](https://github.com/django/asgiref ) from 3.2.7 to 3.3.1.
- [Release notes](https://github.com/django/asgiref/releases )
- [Changelog](https://github.com/django/asgiref/blob/master/CHANGELOG.txt )
- [Commits](https://github.com/django/asgiref/compare/3.2.7...3.3.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-03-01 20:02:25 +01:00
dependabot-preview[bot]
b13bd73e85
Bump psycopg2-binary from 2.8.4 to 2.8.6 ( #3543 )
...
Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2 ) from 2.8.4 to 2.8.6.
- [Release notes](https://github.com/psycopg/psycopg2/releases )
- [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS )
- [Commits](https://github.com/psycopg/psycopg2/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-03-01 20:01:36 +01:00
dependabot-preview[bot]
5ae87afecd
Bump pytz from 2019.3 to 2021.1 ( #3545 )
...
Bumps [pytz](https://github.com/stub42/pytz ) from 2019.3 to 2021.1.
- [Release notes](https://github.com/stub42/pytz/releases )
- [Commits](https://github.com/stub42/pytz/compare/release_2019.3...release_2021.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-03-01 20:01:13 +01:00
James Greenhill
cd7ccc779e
Run all connections through clickhouse connection pooler ( #3495 )
...
* Use clickhouse connection pooler to avoid connections from stepping on eachother
* build reqs
2021-02-26 12:54:35 -08:00
James Greenhill
55db17eefb
Remove CH Pool as dependency ( #3279 )
2021-02-09 16:41:10 -08:00
Karl-Aksel Puulmann
58327b406d
Update clickhouse-driver ( #3265 )
...
We're having a lot of clickhouse noise in sentry, keeping good hygene by
keeping up.
Changelogs:
- https://github.com/mymarilyn/clickhouse-driver/blob/master/CHANGELOG.md
- https://github.com/ericmccarthy7/clickhouse-pool/releases/tag/v0.4.3
2021-02-09 19:40:50 +02:00
Michael Matloka
481e9ddc6f
Don't install unused pandas and numpy ( #3034 )
...
* Don't install unused pandas and numpy
* Use built-in NaN instead of Numpy's
2021-01-21 13:47:18 +01:00
Tim Glaser
e8d64117d3
Remove legacy funnel code ( #2700 )
...
* Remove legacy funnel code
* recsw
* Fix test
2020-12-08 18:23:46 +01:00
Noah Rickles
d924181fce
Issue #2573 , Add django-axes ( #2582 )
...
* Closes #2573 adds django-axes middleware with default configuration, disabled during tests
* Added django-axes to requirements
* Moved environment variable declaration in tests script to see if django-axes is disabled during CI tests
* Removed disabling of django-axes in the tests script, updated expected number of queries in tests
2020-12-02 11:01:46 +01:00
Marius Andra
ad86e43cce
bump posthoganalytics to 1.1.3 ( #2475 )
2020-11-23 17:54:02 +01:00
Michael Matloka
b7b9e8caf3
Remove some seemingly unused requirements and use pip-compile ( #2192 )
...
* Remove some seemingly unused requirements
* Remove a few more
* Bring back dependencies of other requirements
* pip-compile prod requirements
* Sync with master updates
* Fix grep
* Revert "Fix grep"
This reverts commit 2e6538cad4
.
* Fix grep but using cut
* Clean up and regenerate requirements
* Simplify requirements-dev
* Fix fakeredis import in production
* Black
2020-11-10 10:17:48 +01:00