Skip to content

Commit

Permalink
Merge pull request #702 from geekygirlsarah/upgrade-reqs
Browse files Browse the repository at this point in the history
Upgrade more packages
  • Loading branch information
geekygirlsarah authored Oct 31, 2023
2 parents ce6e5cf + 668325a commit 570ef2a
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 25 deletions.
52 changes: 28 additions & 24 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion web/tests/test_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
"<div class=\"card\">\n"
" <div class=\"card-body\">\n"
Expand Down

0 comments on commit 570ef2a

Please sign in to comment.