Skip to content

Commit

Permalink
Merge pull request #1747 from jwhitlock/dep-updates-dec-2021-part2
Browse files Browse the repository at this point in the history
Dependency updates, December 2021, part 2
  • Loading branch information
jwhitlock committed Dec 16, 2021
2 parents db5cf00 + 25408d5 commit ef7bc7b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 93 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9.7-slim@sha256:e48245965f90ec0cc730be8dae485771458f0457843effadb746712de5e5ad71
FROM python:3.9.9-slim

# Set up user and group.
ARG groupid=10001
Expand Down
2 changes: 1 addition & 1 deletion bin/test_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ICHNAEA_DOCKER_DB_ENGINE=${ICHNAEA_DOCKER_DB_ENGINE:-"mysql_5_7"}

# Use the same image we use for building docker images because it's cached.
# Otherwise this doesn't make any difference.
BASEIMAGENAME="python:3.9.6-slim"
BASEIMAGENAME="python:3.9.9-slim"
TESTIMAGE="local/ichnaea_app"

# Start services in background (this is idempotent)
Expand Down
6 changes: 3 additions & 3 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ backoff==1.11.1
# Code: https://github.com/boto/boto3
# Changes: https://github.com/boto/boto3/blob/develop/CHANGELOG.rst
# Docs: https://aws.amazon.com/sdk-for-python/
boto3==1.20.19
boto3==1.20.24

# Distributed Task Queue
# Code: https://github.com/celery/celery
Expand Down Expand Up @@ -187,7 +187,7 @@ SQLAlchemy==1.3.24
# Code: https://github.com/hynek/structlog
# Changes: https://www.structlog.org/en/stable/changelog.html
# Docs: https://www.structlog.org/en/stable/
structlog==21.4.0
structlog==21.5.0

# User-friendly HTTP client
# Code: https://github.com/urllib3/urllib3
Expand All @@ -209,7 +209,7 @@ beautifulsoup4
# Code: https://github.com/psf/black
# Changes: https://github.com/psf/black/blob/master/CHANGES.md
# Docs: https://black.readthedocs.io/en/stable/
black==21.11b1
black==21.12b0

# Cross-platform colored terminal text, used for structlog output
# Code: https://github.com/tartley/colorama
Expand Down
100 changes: 12 additions & 88 deletions requirements.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ef7bc7b

Please sign in to comment.