Skip to content

Commit

Permalink
Atualiza algumas dependencias (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertatakenaka authored Jul 30, 2023
1 parent 3fbfa6f commit 0f0fa62
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 5 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ argon2-cffi==21.3.0 # https://github.com/hynek/argon2_cffi
whitenoise==6.4.0 # https://github.com/evansd/whitenoise
redis==4.6.0 # https://github.com/redis/redis-py
hiredis==2.2.2 # https://github.com/redis/hiredis-py
celery==5.2.7 # pyup: < 6.0 # https://github.com/celery/celery
# celery==5.2.7 # pyup: < 6.0 # https://github.com/celery/celery
celery==5.3.1 # pyup: < 6.0 # https://github.com/celery/celery
flower==2.0.0 # https://github.com/mher/flower
xmltodict==0.13.0 # https://github.com/martinblech/xmltodict.git

# Django
# ------------------------------------------------------------------------------
django==4.1.8 # pyup: < 4.0 # https://www.djangoproject.com/
# django==4.1.8 # pyup: < 4.0 # https://www.djangoproject.com/
django==4.1.10
django-environ==0.10.0 # https://github.com/joke2k/django-environ
django-model-utils==4.3.1 # https://github.com/jazzband/django-model-utils
django-allauth==0.54.0 # https://github.com/pennersr/django-allauth
Expand All @@ -27,7 +29,7 @@ djangorestframework-simplejwt==5.2.2 # https://django-rest-framework-simplejwt.

# Wagtail
# ------------------------------------------------------------------------------
wagtail==4.2.2 # https://github.com/wagtail/wagtail
wagtail==4.2.3 # https://github.com/wagtail/wagtail


# Wagtail Recaptcha
Expand Down
6 changes: 4 additions & 2 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ watchgod==0.8.2 # https://github.com/samuelcolvin/watchgod

# Testing
# ------------------------------------------------------------------------------
mypy==1.3.0 # https://github.com/python/mypy
django-stubs==1.16.0 # https://github.com/typeddjango/django-stubs
# mypy==1.3.0 # https://github.com/python/mypy
mypy==1.4.1 # https://github.com/python/mypy
# django-stubs==1.16.0 # https://github.com/typeddjango/django-stubs
django-stubs==4.2.3 # https://github.com/typeddjango/django-stubs
pytest==7.2.2 # https://github.com/pytest-dev/pytest
pytest-sugar==0.9.6 # https://github.com/Frozenball/pytest-sugar

Expand Down

0 comments on commit 0f0fa62

Please sign in to comment.