Skip to content

Commit

Permalink
Merge pull request #701 from geekygirlsarah/upgrade-reqs
Browse files Browse the repository at this point in the history
Upgrade packages to fix Docker container errors as well as security
  • Loading branch information
geekygirlsarah authored Oct 31, 2023
2 parents 2d7cbdb + aa3bd74 commit ce6e5cf
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,31 +1,37 @@
asgiref==3.7.2
astroid==2.6.6
attrs==23.1.0
bleach==4.1.0
colorama==0.4.4
dj-database-url==0.5.0
Django==4.2.3
Django==4.2.6
django-markdownify==0.9.0
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
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
psycopg2-binary==2.9.5
psycopg2-binary==2.9.9
Pygments==2.15.0
pylint==2.9.6
pyparsing==3.0.6
pytz==2021.1
referencing==0.30.2
rpds-py==0.9.2
six==1.16.0
sqlparse==0.4.4
tinycss2==1.2.1
toml==0.10.2
typing-extensions==4.7.1
typing_extensions==4.7.1
tzdata==2021.5
webencodings==0.5.1
whitenoise==5.3.0
wrapt==1.12.1
zipp==3.6.0
jsonmerge==1.8.0

0 comments on commit ce6e5cf

Please sign in to comment.