pda-next
pda-next copied to clipboard
A PowerDNS web interface with advanced features.
Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.14.0 to 3.15.2. Release notes Sourced from djangorestframework's releases. Version 3.15.1 What's Changed Update the message to be consistent with the Django `HttpResponseBa… by @maycuatroi in encode/django-rest-framework#9287...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.14 to 1.26.19. Release notes Sourced from urllib3's releases. 1.26.19 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...
Bumps [django-celery-beat](https://github.com/celery/django-celery-beat) from 2.5.0 to 2.6.0. Release notes Sourced from django-celery-beat's releases. v2.6.0 This release adds support for Django v5.0 and Python 3.12. What's Changed Avoid crash when can not...
Bumps [docker](https://github.com/docker/docker-py) from 7.0.0 to 7.1.0. Release notes Sourced from docker's releases. 7.1.0 Upgrade Notes Bumped minimum engine API version to 1.24 Bumped default engine API version to 1.44 (Moby...
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.3. Release notes Sourced from requests's releases. v2.32.3 2.32.3 (2024-05-29) Bugfixes Fixed bug breaking the ability to specify custom SSLContexts in sub-classes of HTTPAdapter. (#6716)...
Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0.1 to 6.0.2. Release notes Sourced from pyyaml's releases. 6.0.2 What's Changed Support for Cython 3.x and Python 3.13. Full Changelog: https://github.com/yaml/pyyaml/compare/6.0.1...6.0.2 6.0.2rc1 Support for extension build...
Bumps [redis](https://github.com/redis/redis-py) from 5.0.1 to 5.1.0. Release notes Sourced from redis's releases. 5.1.0 Changes 🚀 New Features Client-side caching (#3350, #3110, #3102, #3099, #3089, #3038) How to start with Client-side...
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.20.0 to 0.31.0. Release notes Sourced from uvicorn's releases. Version 0.31.0 Added Improve ProxyHeadersMiddleware (#2468) and (#2231): Fix the host for requests from clients running on the...
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.5.2 to 2.9.2. Release notes Sourced from pydantic's releases. v2.9.2 (2024-09-17) What's Changed Fixes Do not error when trying to evaluate annotations of private attributes by @Viicos...