Skip to content

Commit

Permalink
More dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvarner committed Sep 25, 2023
1 parent d1df761 commit b972564
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pytz==2023.3 # https://github.com/stub42/pytz
python-slugify==8.0.1 # https://github.com/un33k/python-slugify
Pillow==9.4.0
argon2-cffi==21.3.0 # https://github.com/hynek/argon2_cffi
argon2-cffi==23.1.0 # https://github.com/hynek/argon2_cffi
beautifulsoup4==4.9.3 # CANNOT UPDATE DUE TO WAGTAIL
lxml==4.9.3
pyyaml
Expand Down Expand Up @@ -51,7 +51,7 @@ wagtail-cache==1.0.2

# Import/Export
django-import-export==2.8.0
gitpython==3.1.34
gitpython==3.1.37

# S3 Uploads
boto3==1.26.92
Expand Down
4 changes: 2 additions & 2 deletions requirements/local.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-r ./base.txt

# TODO: Upgrade after https://github.com/django-extensions/django-extensions/issues/1715 is fixed
Werkzeug<2.1.0 # https://github.com/pallets/werkzeug
Werkzeug<2.4.0 # https://github.com/pallets/werkzeug
ipdb==0.13.13 # https://github.com/gotcha/ipdb
Sphinx==5.0.2 # https://github.com/sphinx-doc/sphinx
# TODO: Upgrade after moving to Django 3
Expand All @@ -11,7 +11,7 @@ psycopg2-binary==2.9.3 # https://github.com/psycopg/psycopg2
# ------------------------------------------------------------------------------
mypy==0.961 # https://github.com/python/mypy
pytest==7.4.2 # https://github.com/pytest-dev/pytest
pytest-sugar==0.9.4 # https://github.com/Frozenball/pytest-sugar
pytest-sugar==0.9.7 # https://github.com/Frozenball/pytest-sugar
pytest-cov==4.0.0
py==1.11.0 # https://github.com/pytest-dev/pytest/issues/10420
requests==2.31.0
Expand Down

0 comments on commit b972564

Please sign in to comment.