- replacing aiohttp with httpx
- adding recommended security fix to dockerfile
- removing deprecated safety tool
- updating pre-commit versions
- deps: bump quart from 0.19.7 to 0.19.8
- deps-dev: bump pytest-cov from 5.0.0 to 6.0.0
- deps: bump softprops/action-gh-release from 2.0.8 to 2.0.9
- deps: bump aiohttp from 3.10.8 to 3.10.10
- deps: updating base docker image
- deps: bump werkzeug from 3.0.4 to 3.0.6 in the pip group
- deps: bump quart from 0.19.6 to 0.19.7 in the pip group
- updating dockerfile to use new base python image
- updating pre-commit configuration
- deps: bump aiohttp from 3.10.5 to 3.10.8
- deps-dev: bump pytest from 8.3.2 to 8.3.3
- deps: update base image
- remove pre-commit from deps, update dependencies
- deps: bump aiohttp from 3.10.3 to 3.10.5
- deps-dev: bump pytest-asyncio from 0.23.8 to 0.24.0
- writing tests, making tests work
- changing code formatting from yapf to black
- add support for proxying query strings
- correcting copyright in the readme file
- correcting the image name when building new container images from the Makefile
- deps: bump aiohttp from 3.9.5 to 3.10.1
- deps-dev: bump pre-commit from 3.7.1 to 3.8.0
- deps: bump tenacity from 8.5.0 to 9.0.0
- deps-dev: bump pytest from 8.3.1 to 8.3.2
- fixing argparse configuration bug