Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
libretto committed Sep 5, 2023
1 parent 46605f4 commit f670782
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 24 deletions.
2 changes: 1 addition & 1 deletion karapace/rapu.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import aiohttp.web
import aiohttp.web_exceptions
import asyncio
import cgi
import cgi # pylint: disable=deprecated-module
import hashlib
import logging
import re
Expand Down
33 changes: 17 additions & 16 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ aiosignal==1.3.1
# via
# -r requirements.txt
# aiohttp
anyio==3.7.1
anyio==4.0.0
# via
# -r requirements.txt
# watchfiles
async-timeout==4.0.2
async-timeout==4.0.3
# via
# -r requirements.txt
# aiohttp
Expand Down Expand Up @@ -48,15 +48,15 @@ charset-normalizer==3.2.0
# -r requirements.txt
# aiohttp
# requests
click==8.1.6
click==8.1.7
# via flask
commonmark==0.9.1
# via
# -r requirements.txt
# rich
configargparse==1.7
# via locust
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via
# -r requirements.txt
# anyio
Expand All @@ -66,9 +66,9 @@ execnet==2.0.2
# via pytest-xdist
fancycompleter==0.9.1
# via pdbpp
filelock==3.12.2
filelock==3.12.3
# via -r requirements-dev.in
flask==2.3.2
flask==2.3.3
# via
# flask-basicauth
# flask-cors
Expand All @@ -82,15 +82,15 @@ frozenlist==1.4.0
# -r requirements.txt
# aiohttp
# aiosignal
gevent==23.7.0
gevent==23.9.0.post1
# via
# geventhttpclient
# locust
geventhttpclient==2.0.9
geventhttpclient==2.0.10
# via locust
greenlet==2.0.2
# via gevent
hypothesis==6.82.7
hypothesis==6.84.1
# via -r requirements-dev.in
idna==3.4
# via
Expand Down Expand Up @@ -149,9 +149,9 @@ pkgutil-resolve-name==1.3.10
# via
# -r requirements.txt
# jsonschema
pluggy==1.2.0
pluggy==1.3.0
# via pytest
prometheus-client==0.17.0
prometheus-client==0.17.1
# via -r requirements.txt
protobuf==3.20.3
# via -r requirements.txt
Expand All @@ -168,7 +168,7 @@ pygments==2.16.1
# rich
pyrepl==0.9.0
# via fancycompleter
pytest==7.4.0
pytest==7.4.1
# via
# -r requirements-dev.in
# pytest-timeout
Expand All @@ -179,7 +179,7 @@ pytest-xdist[psutil]==3.3.1
# via -r requirements-dev.in
python-dateutil==2.8.2
# via -r requirements.txt
pyzmq==25.1.0
pyzmq==25.1.1
# via locust
referencing==0.30.2
# via
Expand All @@ -194,7 +194,7 @@ rich==12.6.0
# via -r requirements.txt
roundrobin==0.0.4
# via locust
rpds-py==0.9.2
rpds-py==0.10.2
# via
# -r requirements.txt
# jsonschema
Expand All @@ -215,13 +215,14 @@ sniffio==1.3.0
# anyio
sortedcontainers==2.4.0
# via hypothesis
tenacity==8.2.2
tenacity==8.2.3
# via -r requirements.txt
tomli==2.0.1
# via pytest
typing-extensions==4.7.1
# via
# -r requirements.txt
# filelock
# locust
# rich
ujson==5.8.0
Expand All @@ -232,7 +233,7 @@ urllib3==2.0.4
# sentry-sdk
watchfiles==0.20.0
# via -r requirements.txt
werkzeug==2.3.6
werkzeug==2.3.7
# via
# flask
# locust
Expand Down
4 changes: 3 additions & 1 deletion requirements/requirements-typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ certifi==2023.7.22
# via
# -c requirements-dev.txt
# sentry-sdk
mypy==1.4.1
mypy==1.5.1
# via -r requirements-typing.in
mypy-extensions==1.0.0
# via mypy
Expand All @@ -24,6 +24,8 @@ types-cachetools==5.3.0.6
# via -r requirements-typing.in
types-jsonschema==4.17.0.10
# via -r requirements-typing.in
types-psutil==5.9.5.16
# via -r requirements-typing.in
typing-extensions==4.7.1
# via
# -c requirements-dev.txt
Expand Down
12 changes: 6 additions & 6 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ aiokafka==0.8.1
# via -r requirements.in
aiosignal==1.3.1
# via aiohttp
anyio==3.7.1
anyio==4.0.0
# via watchfiles
async-timeout==4.0.2
async-timeout==4.0.3
# via
# aiohttp
# aiokafka
Expand All @@ -31,7 +31,7 @@ charset-normalizer==3.2.0
# via aiohttp
commonmark==0.9.1
# via rich
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via anyio
frozenlist==1.4.0
# via
Expand Down Expand Up @@ -65,7 +65,7 @@ packaging==23.1
# via aiokafka
pkgutil-resolve-name==1.3.10
# via jsonschema
prometheus-client==0.17.0
prometheus-client==0.17.1
# via -r requirements.in
protobuf==3.20.3
# via -r requirements.in
Expand All @@ -81,7 +81,7 @@ referencing==0.30.2
# jsonschema-specifications
rich==12.6.0
# via -r requirements.in
rpds-py==0.9.2
rpds-py==0.10.2
# via
# jsonschema
# referencing
Expand All @@ -93,7 +93,7 @@ six==1.16.0
# python-dateutil
sniffio==1.3.0
# via anyio
tenacity==8.2.2
tenacity==8.2.3
# via -r requirements.in
typing-extensions==4.7.1
# via
Expand Down

0 comments on commit f670782

Please sign in to comment.