diff --git a/dev_requirements.txt b/dev_requirements.txt index 1da1139..aec410c 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -7,13 +7,13 @@ cffi==1.15.1 charset-normalizer==3.0.1 click==8.1.3 coverage==7.0.5 -cryptography==39.0.0 +cryptography==39.0.1 Deprecated==1.2.13 dill==0.3.6 -Django==3.2.16 +Django==3.2.18 docutils==0.19 escape==1.1 -Flask==2.2.2 +Flask==2.3.2 idna==3.4 importlib-metadata==6.0.0 importlib-resources==5.10.2 @@ -24,7 +24,7 @@ jeepney==0.8.0 Jinja2==3.1.2 keyring==23.13.1 lazy-object-proxy==1.9.0 -markdown-it-py==2.1.0 +markdown-it-py==2.2.0 MarkupSafe==2.1.2 mccabe==0.7.0 mdurl==0.1.2 @@ -48,7 +48,7 @@ rope==1.3.0 SecretStorage==3.3.3 setuptools-git-versioning==1.12.0 six==1.16.0 -sqlparse==0.4.3 +sqlparse==0.4.4 toml==0.10.2 tomli==2.0.1 tomlkit==0.11.6 @@ -57,7 +57,7 @@ typed-ast==1.5.4 typing_extensions==4.4.0 urllib3==1.26.14 webencodings==0.5.1 -Werkzeug==2.2.2 +Werkzeug==2.3.3 wrapt==1.14.1 yapf==0.32.0 zipp==3.11.0 diff --git a/tests/test_flask_attribute.py b/tests/test_flask_attribute.py index c97c9f5..71318f1 100644 --- a/tests/test_flask_attribute.py +++ b/tests/test_flask_attribute.py @@ -125,7 +125,7 @@ def test_flask_attribute_query_string(self): 'INFO:Composed message: this is a composed message:http://localhost/make_report/2017?param1=value1::param1=value1', 'INFO:Composed message with extra:http://localhost/make_report/2017?param1=value1::param1=value1', 'INFO:Simple message:http://localhost/make_report/2017?param1=value1¶m2=value2::param1=value1¶m2=value2', - 'INFO:Simple message:http://localhost/make_report/2017?param1=This%20a%20string%20%3F::param1=This%20a%20string%20%3F', + 'INFO:Simple message:http://localhost/make_report/2017?param1=This%20a%20string%20?::param1=This%20a%20string%20%3F', ] )