diff --git a/dev-requirements.txt b/dev-requirements.txt index be7828eb..a436064a 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,8 +1,8 @@ -r requirements.txt -pytest==7.3.1 +pytest==7.3.2 flake8==5.0.4 # v5.0.4 is the last to support Python 3.7 pytest-timeout==2.1.0 pytest-asyncio==0.21.0 -requests==2.29.0 -httpx==0.24.0 \ No newline at end of file +requests==2.31.0 +httpx==0.24.1 \ No newline at end of file