Skip to content

Commit

Permalink
Merge pull request #5127 from mozilla/dependabot/pip/mypy-1.12.1
Browse files Browse the repository at this point in the history
Bump mypy from 1.11.2 to 1.12.1
  • Loading branch information
jwhitlock authored Oct 21, 2024
2 parents 4d27a99 + b115c5a commit 89b771a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion privaterelay/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
# Dead-Letter Queue (DLQ) for SNS push subscription
AWS_SQS_QUEUE_URL = config("AWS_SQS_QUEUE_URL", None)

RELAY_FROM_ADDRESS: str | None = config("RELAY_FROM_ADDRESS", None)
RELAY_FROM_ADDRESS: str = config("RELAY_FROM_ADDRESS", "")
GOOGLE_ANALYTICS_ID = config("GOOGLE_ANALYTICS_ID", None)
GA4_MEASUREMENT_ID = config("GA4_MEASUREMENT_ID", None)
GOOGLE_APPLICATION_CREDENTIALS: str = config("GOOGLE_APPLICATION_CREDENTIALS", "")
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ mypy-boto3-s3==1.35.45
mypy-boto3-ses==1.35.3
mypy-boto3-sns==1.35.0
mypy-boto3-sqs==1.35.0
mypy==1.11.2
mypy==1.12.1
types-pyOpenSSL==24.1.0.20240722
types-requests==2.32.0.20241016

0 comments on commit 89b771a

Please sign in to comment.