Skip to content

Commit

Permalink
Bump dependencies and reduce command verbosity (#25)
Browse files Browse the repository at this point in the history
* Reduce DB verbosity in commands
* Bump dependency versions
  • Loading branch information
mrsarm authored Apr 26, 2022
1 parent 80980a4 commit aecf6fa
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ services:
environment:
- PROCESS_TYPE=migrate
- DATABASE_URL
- LOG_LEVEL_DJANGO_DB=INFO
depends_on:
- postgres
profiles:
Expand All @@ -130,6 +131,7 @@ services:
- DATABASE_URL
- ADMIN_USERNAME
- ADMIN_PASSWORD
- LOG_LEVEL_DJANGO_DB=INFO
depends_on:
- postgres
profiles:
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-dev.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django~=3.2.12
Django~=3.2.13
environs~=9.5.0
dj-database-url~=0.5.0
django-admin-list-filter-dropdown~=1.0.3
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with python 3.8
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
# pip-compile --no-emit-index-url --output-file=requirements-dev.txt requirements-dev.in
Expand All @@ -8,7 +8,7 @@ asgiref==3.5.0
# via django
dj-database-url==0.5.0
# via -r requirements-dev.in
django==3.2.12
django==3.2.13
# via
# -r requirements-dev.in
# django-extensions
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-prod.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Web server
uWSGI~=2.0.20
# PosgreSQL driver
psycopg2-binary~=2.9.2
psycopg2-binary~=2.9.3
2 changes: 1 addition & 1 deletion requirements/requirements-prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --no-emit-index-url --output-file=requirements-prod.txt requirements-prod.in
#
psycopg2-binary==2.9.2
psycopg2-binary==2.9.3
# via -r requirements-prod.in
uwsgi==2.0.20
# via -r requirements-prod.in
2 changes: 1 addition & 1 deletion requirements/requirements-test.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest~=7.0.1
pytest~=7.1.2
pytest-cov~=3.0.0
pytest-django==4.5.2
2 changes: 1 addition & 1 deletion requirements/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ py==1.11.0
# via pytest
pyparsing==3.0.7
# via packaging
pytest==7.0.1
pytest==7.1.2
# via
# -r requirements-test.in
# pytest-cov
Expand Down

0 comments on commit aecf6fa

Please sign in to comment.