From 1ae9e7f4e35397b6d3f093471f9ac631825cf216 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 22:54:12 +0000 Subject: [PATCH] Update dependency faker to v19.9.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a9b65f6..c5196d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ charset-normalizer==3.2.0 ; python_version >= "3.10" and python_version < "4.0" click==8.1.7 ; python_version >= "3.10" and python_version < "4.0" colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" and platform_system == "Windows" cssmin==0.2.0 ; python_version >= "3.10" and python_version < "4.0" -faker==19.3.1 ; python_version >= "3.10" and python_version < "4.0" +faker==19.9.0 ; python_version >= "3.10" and python_version < "4.0" flake8==6.1.0 ; python_version >= "3.10" and python_version < "4.0" flask-assets==2.0 ; python_version >= "3.10" and python_version < "4.0" flask==2.3.3 ; python_version >= "3.10" and python_version < "4.0"