Skip to content

Commit

Permalink
build: Upgrade twisted
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed May 4, 2024
1 parent 966eee4 commit 7daf0b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ jobs:
- run: pip install -r requirements_dev.txt
- name: Run Django tests
env:
# Twisted > 23.10.0 https://github.com/twisted/twisted/issues/11848
PYTHONWARNINGS: error,ignore::DeprecationWarning:twisted.web.http
PYTHONWARNINGS: error
DATABASE_URL: postgresql://postgres:postgres@localhost:${{ job.services.postgres.ports[5432] }}/postgres
CELERY_BACKEND: db+postgresql://postgres:postgres@localhost:${{ job.services.postgres.ports[5432] }}/postgres
REDIS_URL: redis://localhost:${{ job.services.redis.ports[6379] }}/0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ sqlalchemy==2.0.21
# via -r requirements.in
sqlparse==0.5.0
# via django
twisted[tls]==23.10.0
twisted[tls]==24.3.0
# via daphne
txaio==23.1.1
# via autobahn
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ sqlparse==0.5.0
# via
# -r requirements.txt
# django
twisted[tls]==23.10.0
twisted[tls]==24.3.0
# via
# -r requirements.txt
# daphne
Expand Down

0 comments on commit 7daf0b1

Please sign in to comment.