Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/requests-2.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-boris authored Oct 4, 2023
2 parents cf796a3 + f7ab51e commit 72424ec
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "2"
services:
db:
image: postgres:10-alpine
image: postgres:11-alpine
volumes:
- pgdata:/var/lib/postgresql/data
ports:
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile-pgbase
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9.1-slim-buster
FROM python:3.9.18-slim-buster
# postgresql-client assumes a couple man directories are present, and the
# installation will fail if they aren't. We need to create these manually
# because they are not created automatically in the 'slim' image.
Expand Down
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
alabaster==0.7.12
alembic==1.6.5
amqp==5.0.6
anyjson==0.3.3
asn1crypto==1.4.0
Beaker==1.11.0
certifi==2020.12.5
Expand All @@ -24,7 +23,7 @@ Mako==1.1.4
MarkupSafe==1.1.1
MozillaPulse==1.3
oic==0.9.1.0 # pyup: ignore
psycopg2-binary==2.8.6
psycopg2==2.9.9
pycparser==2.20
pycryptodomex==3.10.1
pyjwkest==1.4.2
Expand All @@ -34,7 +33,7 @@ python-editor==1.0.4
pytz==2021.1
requests==2.31.0
six==1.16.0
urllib3==1.26.5
urllib3==1.26.17
SQLAlchemy==1.4.18
vine==5.0.0
Werkzeug==1.0.1
2 changes: 1 addition & 1 deletion runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-3.9.1
python-3.9.18

0 comments on commit 72424ec

Please sign in to comment.