Skip to content

Commit

Permalink
Merge pull request #1204 from twm/bumps
Browse files Browse the repository at this point in the history
Bump dependencies
  • Loading branch information
twm authored Jul 19, 2024
2 parents 097fede + 4401bf6 commit ea02b88
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ updates:
directory: "/"
schedule:
interval: "daily"
ignore:
dependency-name: ruff
update-types: ["version-update:semver-minor"]
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ attrs==23.1.0
# yarrharr (pyproject.toml)
automat==22.10.0
# via twisted
certifi==2024.2.2
certifi==2024.7.4
# via requests
cffi==1.15.1
# via cryptography
Expand All @@ -27,7 +27,7 @@ cryptography==42.0.5
# via
# pyopenssl
# service-identity
django==4.2.11
django==4.2.14
# via yarrharr (pyproject.toml)
feedparser==6.0.10
# via yarrharr (pyproject.toml)
Expand Down Expand Up @@ -56,7 +56,7 @@ pycparser==2.21
# via cffi
pyopenssl==24.0.0
# via twisted
requests==2.31.0
requests==2.32.3
# via treq
service-identity==23.1.0
# via twisted
Expand All @@ -79,7 +79,7 @@ typing-extensions==4.7.1
# via
# asgiref
# twisted
urllib3==2.2.0
urllib3==2.2.2
# via requests
webencodings==0.5.1
# via html5lib
Expand Down
8 changes: 4 additions & 4 deletions requirements_release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ bleach==6.0.0
# via readme-renderer
build==1.2.1
# via -r requirements_release.in
certifi==2024.2.2
certifi==2024.7.4
# via requests
cffi==1.15.1
# via cryptography
Expand Down Expand Up @@ -53,7 +53,7 @@ pyproject-hooks==1.0.0
# via build
readme-renderer==40.0
# via twine
requests==2.31.0
requests==2.32.3
# via
# requests-toolbelt
# twine
Expand All @@ -73,11 +73,11 @@ tomli==2.0.1
# pyproject-hooks
twine==5.1.1
# via -r requirements_release.in
urllib3==2.2.0
urllib3==2.2.2
# via
# requests
# twine
webencodings==0.5.1
# via bleach
zipp==3.16.2
zipp==3.19.2
# via importlib-metadata
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pytest==8.1.2
# pytest-twisted
pytest-django==4.8.0
# via -r requirements_test.in
pytest-twisted==1.14.1
pytest-twisted==1.14.2
# via -r requirements_test.in
tomli==2.0.1
# via pytest

0 comments on commit ea02b88

Please sign in to comment.