From 38d89b2ec215a3ec80a6cad3cd63944a76480015 Mon Sep 17 00:00:00 2001 From: Crocmagnon Date: Mon, 14 Aug 2023 18:04:44 +0000 Subject: [PATCH] Update dependencies --- requirements-dev.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 199ba45..21e1106 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -21,7 +21,7 @@ certifi==2023.7.22 # -c constraints.txt # requests # selenium -cfgv==3.3.1 +cfgv==3.4.0 # via pre-commit charset-normalizer==3.2.0 # via @@ -31,7 +31,7 @@ click==8.1.6 # via # black # pip-tools -coverage[toml]==7.2.7 +coverage[toml]==7.3.0 # via pytest-cov distlib==0.3.7 # via virtualenv @@ -39,11 +39,11 @@ django==4.2.4 # via # -c constraints.txt # model-bakery -exceptiongroup==1.1.2 +exceptiongroup==1.1.3 # via trio-websocket factory-boy==3.3.0 # via -r requirements-dev.in -faker==19.2.0 +faker==19.3.0 # via factory-boy filelock==3.12.2 # via virtualenv @@ -76,7 +76,7 @@ packaging==23.1 # pytest pathspec==0.11.2 # via black -pip-tools==7.2.0 +pip-tools==7.3.0 # via -r requirements-dev.in platformdirs==3.10.0 # via @@ -127,7 +127,7 @@ requests==2.31.0 # -c constraints.txt # pytest-base-url # pytest-selenium -ruff==0.0.282 +ruff==0.0.284 # via -r requirements-dev.in selenium==4.9.1 # via @@ -145,7 +145,7 @@ sqlparse==0.4.4 # via # -c constraints.txt # django -tenacity==8.2.2 +tenacity==8.2.3 # via pytest-selenium trio==0.22.2 # via @@ -158,7 +158,7 @@ urllib3[socks]==2.0.4 # -c constraints.txt # requests # selenium -virtualenv==20.24.2 +virtualenv==20.24.3 # via pre-commit wheel==0.41.1 # via pip-tools