From 6b0f573306eb8e54c75726bd2c2e6ccfbc779170 Mon Sep 17 00:00:00 2001 From: Sarah Withee <2601974+geekygirlsarah@users.noreply.github.com> Date: Mon, 30 Oct 2023 20:20:53 -0400 Subject: [PATCH] Upgrade more packages --- requirements.txt | 52 ++++++++++++++++++++----------------- web/tests/test_templates.py | 2 +- 2 files changed, 29 insertions(+), 25 deletions(-) diff --git a/requirements.txt b/requirements.txt index b18f64d64..33591f959 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,37 +1,41 @@ asgiref==3.7.2 -astroid==2.6.6 +astroid==3.0.1 attrs==23.1.0 -bleach==4.1.0 -colorama==0.4.4 -dj-database-url==0.5.0 +bleach==6.1.0 +colorama==0.4.6 +dill==0.3.7 +dj-database-url==2.1.0 Django==4.2.6 -django-markdownify==0.9.0 +django-markdownify==0.9.3 django-on-heroku==1.1.2 -gunicorn==20.1.0 -importlib-metadata==4.8.2 -isort==5.9.3 -jsonmerge==1.8.0 -jsonschema==4.19.0 +gunicorn==21.2.0 +importlib-metadata==6.8.0 +isort==5.12.0 +jsonmerge==1.9.2 +jsonschema==4.19.2 jsonschema-specifications==2023.7.1 -lazy-object-proxy==1.6.0 -Markdown==3.3.6 -mccabe==0.6.1 -packaging==21.3 -protobuf==3.18.3 +lazy-object-proxy==1.9.0 +Markdown==3.5 +mccabe==0.7.0 +packaging==23.2 +platformdirs==3.11.0 +protobuf==4.24.4 psycopg2-binary==2.9.9 -Pygments==2.15.0 -pylint==2.9.6 -pyparsing==3.0.6 -pytz==2021.1 +Pygments==2.16.1 +pylint==3.0.2 +pyparsing==3.1.1 +pytz==2023.3.post1 referencing==0.30.2 -rpds-py==0.9.2 +rpds-py==0.10.6 six==1.16.0 sqlparse==0.4.4 tinycss2==1.2.1 toml==0.10.2 -typing_extensions==4.7.1 -tzdata==2021.5 +tomli==2.0.1 +tomlkit==0.12.1 +typing_extensions==4.8.0 +tzdata==2023.3 webencodings==0.5.1 -whitenoise==5.3.0 -wrapt==1.12.1 +whitenoise==6.6.0 +wrapt==1.15.0 zipp==3.6.0 diff --git a/web/tests/test_templates.py b/web/tests/test_templates.py index 0804a086e..2d8fff4f6 100644 --- a/web/tests/test_templates.py +++ b/web/tests/test_templates.py @@ -85,7 +85,7 @@ def test_concept_card(self): "comment": "I am a humble\nmulti-line comment in the\nform of a haiku" } ).strip() - self.assertEquals( + self.assertEqual( rendered_template_5, "
\n" "
\n"