From 446558b0946d6ebc8528cd81c798f6e752278743 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 17:56:13 +0000 Subject: [PATCH] Bump the development-dependencies group across 1 directory with 4 updates Updates the requirements on [aiokafka](https://github.com/aio-libs/aiokafka), [flasgger](https://github.com/flasgger/flasgger), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) and [responses](https://github.com/getsentry/responses) to permit the latest version. Updates `aiokafka` to 0.11.0 - [Release notes](https://github.com/aio-libs/aiokafka/releases) - [Changelog](https://github.com/aio-libs/aiokafka/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiokafka/compare/v0.10.0...v0.11.0) Updates `flasgger` to 0.9.7.1 - [Release notes](https://github.com/flasgger/flasgger/releases) - [Changelog](https://github.com/flasgger/flasgger/blob/master/HISTORY) - [Commits](https://github.com/flasgger/flasgger/compare/0.9.5...v0.9.7.1) Updates `pytest-asyncio` to 0.23.8 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.6...v0.23.8) Updates `responses` to 0.25.3 - [Release notes](https://github.com/getsentry/responses/releases) - [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES) - [Commits](https://github.com/getsentry/responses/compare/0.25.0...0.25.3) --- updated-dependencies: - dependency-name: aiokafka dependency-type: direct:production dependency-group: development-dependencies - dependency-name: flasgger dependency-type: direct:production dependency-group: development-dependencies - dependency-name: pytest-asyncio dependency-type: direct:production dependency-group: development-dependencies - dependency-name: responses dependency-type: direct:production dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0a03ee5..3dacbac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ aiohttp~=3.9.3 -aiokafka~=0.10.0 +aiokafka~=0.11.0 aioresponses~=0.7.6 aiosignal~=1.3.1 alembic~=1.12.1 @@ -8,7 +8,7 @@ antlr4-tools~=0.2 dask~=2024.4.2 Flask~=3.0.2 Flask-Cors~=4.0.1 -flasgger~=0.9.5 +flasgger~=0.9.7 flatdict~=4.0.1 hypothesis~=6.86.2 junit2html==30.1.3 @@ -21,13 +21,13 @@ prometheus-client~=0.20.0 pyaml~=23.9.7 pygrok~=1.0.0 pytest~=7.4.3 -pytest-asyncio~=0.23.6 +pytest-asyncio~=0.23.8 pytest-html~=4.1.1 pytest-metadata~=3.0.0 pyxtuml~=2.3.1 PyYAML~=6.0.1 requests~=2.31.0 -responses~=0.25.0 +responses~=0.25.3 scipy~=1.12.0 SQLAlchemy~=2.0.28 tqdm~=4.66.2 \ No newline at end of file