Skip to content

Commit c98bc1f

Browse files
author
brendan marshall
committed
Merge branch 'main' into gh-73-v1
2 parents 967a2a7 + 8b16476 commit c98bc1f

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22
services:
33
gapps:
44
container_name: gapps
5-
image: bmarsh13/gapps:3.4.6
5+
image: bmarsh13/gapps:3.4.7
66
depends_on:
77
- postgres
88
networks:
@@ -17,7 +17,7 @@ services:
1717
- DEFAULT_PASSWORD=${DEFAULT_PASSWORD:-admin}
1818
- RESET_DB=${RESET_DB:-no}
1919
- DOC_LINK=https://github.com/bmarsh9/gapps
20-
- VERSION=${VERSION:-3.4.6}
20+
- VERSION=${VERSION:-3.4.7}
2121
- APP_NAME=Gapps
2222
- POSTGRES_USER=${POSTGRES_USER:-db1}
2323
- POSTGRES_HOST=${POSTGRES_HOST:-postgres}
@@ -26,7 +26,7 @@ services:
2626
- GUNICORN_WORKERS=2
2727
gapps-worker:
2828
container_name: gapps-worker
29-
image: bmarsh13/gapps:3.4.6
29+
image: bmarsh13/gapps:3.4.7
3030
depends_on:
3131
- postgres
3232
networks:
@@ -37,7 +37,7 @@ services:
3737
restart: unless-stopped
3838
environment:
3939
- SQLALCHEMY_DATABASE_URI=postgresql://${POSTGRES_USER:-db1}:${POSTGRES_PASSWORD:-db1}@${POSTGRES_HOST:-postgres}/${POSTGRES_DB:-db1}
40-
- VERSION=${VERSION:-3.4.6}
40+
- VERSION=${VERSION:-3.4.7}
4141
- APP_NAME=Gapps
4242
- AS_WORKER=yes
4343
- POSTGRES_USER=${POSTGRES_USER:-db1}

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ alembic==1.4.3
22
arrow==0.17.0
33
Babel==2.10.3
44
blinker==1.4
5-
certifi==2022.6.15
5+
certifi==2022.12.7
66
chardet==3.0.4
77
click==8.1.3
88
dnspython==2.2.1
99
email-validator==1.1.1
10-
Flask==2.1.3
10+
Flask==2.2.5
1111
Flask-Babel==2.0.0
12-
Flask-Login==0.6.1
12+
Flask-Login==0.6.2
1313
Flask-Mail==0.9.1
1414
Flask-Migrate==2.5.3
1515
Flask-Moment==0.10.0
@@ -18,18 +18,18 @@ Flask-SQLAlchemy==2.5.1
1818
idna==2.6
1919
itsdangerous==2.0.0
2020
Jinja2==3.0.3
21-
Mako==1.2.0
21+
Mako==1.2.2
2222
MarkupSafe==2.1.1
2323
parsedatetime==2.6
2424
psycopg2==2.8.6
2525
python-dateutil==2.8.2
2626
pytz==2022.1
27-
requests==2.18.4
27+
requests==2.31.0
2828
six==1.16.0
2929
SQLAlchemy==1.3.20
30-
urllib3==1.22
30+
urllib3==1.26.5
3131
#uWSGI==2.0.20
3232
gunicorn==20.1.0
33-
Werkzeug==2.1.2
33+
Werkzeug==2.2.3
3434
procrastinate==0.27.0
3535
weasyprint==58.1

0 commit comments

Comments
 (0)