Skip to content

Commit

Permalink
Merge branch 'main' into hotfix/USStateField
Browse files Browse the repository at this point in the history
  • Loading branch information
soehlert authored Oct 25, 2023
2 parents 928e577 + e905a5c commit b72a02e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ django-redis==5.4.0 # https://github.com/jazzband/django-redis
djangorestframework==3.14.0 # https://github.com/encode/django-rest-framework
django-cors-headers==4.3.0 # https://github.com/adamchainz/django-cors-headers
# DRF-spectacular for api documentation
drf-spectacular==0.26.4 # https://github.com/tfranzel/drf-spectacular
drf-spectacular==0.26.5 # https://github.com/tfranzel/drf-spectacular
django-countries==7.5.1 # https://github.com/SmileyChris/django-countries/
django-bootstrap-datepicker-plus==5.0.4 # https://github.com/monim67/django-bootstrap-datepicker-plus

Expand Down
4 changes: 2 additions & 2 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ mypy==1.4.1 # https://github.com/python/mypy
django-stubs[compatible-mypy]==4.2.3 # https://github.com/typeddjango/django-stubs
behave-django==1.4.0 # https://behave-django.readthedocs.io/en/stable/
behave==1.2.6 # https://behave.readthedocs.io/en/latest/
pytest==7.4.2 # https://github.com/pytest-dev/pytest
pytest==7.4.3 # https://github.com/pytest-dev/pytest
pytest-sugar==0.9.7 # https://github.com/Frozenball/pytest-sugar
djangorestframework-stubs[compatible-mypy]==3.14.2 # https://github.com/typeddjango/djangorestframework-stubs

# Code quality
# ------------------------------------------------------------------------------
flake8==6.1.0 # https://github.com/PyCQA/flake8
flake8-isort==6.0.0 # https://github.com/gforcada/flake8-isort
flake8-isort==6.1.0 # https://github.com/gforcada/flake8-isort
coverage==7.3.1 # https://github.com/nedbat/coveragepy
black==23.9.1 # https://github.com/psf/black
djlint==1.32.1 # https://github.com/Riverside-Healthcare/djLint
Expand Down

0 comments on commit b72a02e

Please sign in to comment.