diff --git a/requirements/coverage.txt b/requirements/coverage.txt index 906c2e1131..d2d1c2ff29 100644 --- a/requirements/coverage.txt +++ b/requirements/coverage.txt @@ -6,7 +6,7 @@ # async-timeout==4.0.2 # via redis -attrs==22.2.0 +attrs==23.1.0 # via hypothesis (hypothesis-python/setup.py) black==23.3.0 # via -r requirements/coverage.in diff --git a/requirements/test.txt b/requirements/test.txt index fa4ca7a77d..9735af765b 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -4,7 +4,7 @@ # # ./build.sh upgrade-requirements # -attrs==22.2.0 +attrs==23.1.0 # via hypothesis (hypothesis-python/setup.py) exceptiongroup==1.1.1 ; python_version < "3.11" # via diff --git a/requirements/tools.txt b/requirements/tools.txt index 9951998657..c4794015b4 100644 --- a/requirements/tools.txt +++ b/requirements/tools.txt @@ -12,11 +12,11 @@ astor==0.8.1 # via flake8-simplify asttokens==2.2.1 # via stack-data -attrs==22.2.0 +attrs==23.1.0 # via # flake8-bugbear # hypothesis (hypothesis-python/setup.py) -autoflake==2.0.2 +autoflake==2.1.1 # via shed babel==2.12.1 # via sphinx @@ -79,7 +79,7 @@ exceptiongroup==1.1.1 ; python_version < "3.11" # pytest executing==1.2.0 # via stack-data -filelock==3.11.0 +filelock==3.12.0 # via # tox # virtualenv @@ -134,7 +134,7 @@ idna==3.4 # via requests imagesize==1.4.1 # via sphinx -importlib-metadata==6.4.1 +importlib-metadata==6.5.0 # via # keyring # twine @@ -230,7 +230,7 @@ pyflakes==3.0.1 # via # autoflake # flake8 -pygments==2.15.0 +pygments==2.15.1 # via # ipython # readme-renderer @@ -287,7 +287,7 @@ snowballstemmer==2.2.0 # sphinx sortedcontainers==2.4.0 # via hypothesis (hypothesis-python/setup.py) -soupsieve==2.4 +soupsieve==2.4.1 # via beautifulsoup4 sphinx==6.1.3 # via @@ -296,7 +296,7 @@ sphinx==6.1.3 # sphinx-hoverxref # sphinx-rtd-theme # sphinxcontrib-jquery -sphinx-codeautolink==0.14.1 +sphinx-codeautolink==0.15.0 # via -r requirements/tools.in sphinx-hoverxref==1.3.0 # via -r requirements/tools.in @@ -320,7 +320,7 @@ sphinxcontrib-qthelp==1.0.3 # via sphinx sphinxcontrib-serializinghtml==1.1.5 # via sphinx -sqlparse==0.4.3 +sqlparse==0.4.4 # via django stack-data==0.6.2 # via ipython @@ -370,7 +370,7 @@ urllib3==1.26.15 # via # requests # twine -virtualenv==20.21.0 +virtualenv==20.21.1 # via tox wcwidth==0.2.6 # via prompt-toolkit