Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the test dependencies #1238

Merged
merged 4 commits into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ attrs==24.2.0
# yarrharr (pyproject.toml)
automat==22.10.0
# via twisted
certifi==2024.7.4
certifi==2024.8.30
# via requests
cffi==1.15.1
# via cryptography
charset-normalizer==3.2.0
# via requests
constantly==15.1.0
# via twisted
cryptography==43.0.0
cryptography==43.0.3
# via
# pyopenssl
# service-identity
django==4.2.15
django==4.2.16
# via yarrharr (pyproject.toml)
feedparser==6.0.10
# via yarrharr (pyproject.toml)
Expand Down Expand Up @@ -70,7 +70,7 @@ sqlparse==0.4.4
# via django
tomli==2.0.1
# via incremental
treq==23.11.0
treq==24.9.1
# via yarrharr (pyproject.toml)
twisted[tls]==24.7.0
# via
Expand All @@ -80,6 +80,7 @@ twisted[tls]==24.7.0
typing-extensions==4.7.1
# via
# asgiref
# treq
# twisted
urllib3==2.2.2
# via requests
Expand Down
4 changes: 2 additions & 2 deletions requirements_release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ bleach==6.0.0
# via readme-renderer
build==1.2.1
# via -r requirements_release.in
certifi==2024.7.4
certifi==2024.8.30
# via requests
cffi==1.15.1
# via cryptography
charset-normalizer==3.2.0
# via requests
cryptography==43.0.1
cryptography==43.0.3
# via secretstorage
docutils==0.20.1
# via readme-renderer
Expand Down