Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:napse-invest/napse-developer-toolkit…
Browse files Browse the repository at this point in the history
… into dev
  • Loading branch information
Tom JEANNESSON committed Feb 11, 2024
2 parents 8c3cd1c + 688db0e commit 2371b36
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
make build-prod
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down
6 changes: 3 additions & 3 deletions backend/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ psycopg2-binary==2.9.9 # https://github.com/psycopg/psycopg2
cryptography==41.0.4 # https://github.com/pyca/cryptography
python-slugify==8.0.1 # https://github.com/un33k/python-slugify
pytz==2023.3.post1 # https://github.com/stub42/pytz
Pillow==10.1.0 # https://github.com/python-pillow/Pillow
Pillow==10.2.0 # https://github.com/python-pillow/Pillow
argon2-cffi==23.1.0 # https://github.com/hynek/argon2_cffi
hiredis==2.3.2 # https://github.com/redis/hiredis-py
redis==5.0.1 # https://github.com/redis/redis-py
Expand All @@ -12,12 +12,12 @@ flower==2.0.1 # https://github.com/mher/flower
# Django
# ------------------------------------------------------------------------------
django==4.2.7 # https://www.djangoproject.com/
djangorestframework-simplejwt==5.3.0 # https://github.com/jazzband/djangorestframework-simplejwt
djangorestframework-simplejwt==5.3.1 # https://github.com/jazzband/djangorestframework-simplejwt
django-health-check==3.17.0 # https://github.com/revsys/django-health-check
django-environ==0.11.2 # https://github.com/joke2k/django-environ
django-celery-beat==2.5.0 # https://github.com/celery/django-celery-beat
django-extensions==3.2.3 # https://github.com/django-extensions/django-extensions
drf-spectacular==0.26.5 # https://github.com/tfranzel/drf-spectacular
drf-spectacular==0.27.1 # https://github.com/tfranzel/drf-spectacular
django-cors-headers==4.3.1 # https://github.com/adamchainz/django-cors-headers

django-napse==1.10.4 # https://github.com/napse-invest/django-napse
Expand Down
6 changes: 3 additions & 3 deletions backend/requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ watchfiles==0.21.0 # https://github.com/samuelcolvin/watchfiles
# Testing
# ------------------------------------------------------------------------------
mypy==1.8.0 # https://github.com/python/mypy
django-stubs==4.2.4 # https://github.com/typeddjango/django-stubs
django-stubs==4.2.7 # https://github.com/typeddjango/django-stubs
pytest-sugar==0.9.7 # https://github.com/Frozenball/pytest-sugar

# Code quality
# ------------------------------------------------------------------------------
flake8==6.1.0 # https://github.com/PyCQA/flake8
flake8==7.0.0 # https://github.com/PyCQA/flake8
flake8-isort==6.1.1 # https://github.com/gforcada/flake8-isort
coverage==7.4.0 # https://github.com/nedbat/coveragepy
black==23.12.1 # https://github.com/psf/black
black==24.1.1 # https://github.com/psf/black
pylint-django==2.5.5 # https://github.com/PyCQA/pylint-django
pylint-celery==0.3 # https://github.com/PyCQA/pylint-celery
pre-commit==3.6.0 # https://github.com/pre-commit/pre-commit
Expand Down

0 comments on commit 2371b36

Please sign in to comment.