Skip to content

Commit

Permalink
Bump the development-dependencies group across 1 directory with 4 upd…
Browse files Browse the repository at this point in the history
…ates

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](aio-libs/aiokafka@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](flasgger/flasgger@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](pytest-dev/pytest-asyncio@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](getsentry/responses@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent cf260ac commit 446558b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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

0 comments on commit 446558b

Please sign in to comment.