Skip to content

Commit

Permalink
Update minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 2, 2024
1 parent fed6bae commit bf8160c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
22 changes: 11 additions & 11 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
black==24.4.2
# via livecode-archive (pyproject.toml)
cachetools==5.3.3
cachetools==5.4.0
# via google-auth
certifi==2024.2.2
# via requests
Expand All @@ -26,15 +26,15 @@ docopt==0.6.2
# via internetarchive
ffmpeg-python==0.2.0
# via livecode-archive (pyproject.toml)
filelock==3.14.0
filelock==3.15.4
# via virtualenv
future==1.0.0
# via ffmpeg-python
google-api-core==2.19.0
# via google-api-python-client
google-api-python-client==2.130.0
google-api-python-client==2.139.0
# via livecode-archive (pyproject.toml)
google-auth==2.29.0
google-auth==2.32.0
# via
# google-api-core
# google-api-python-client
Expand All @@ -50,7 +50,7 @@ httplib2==0.22.0
# via
# google-api-python-client
# google-auth-httplib2
identify==2.5.36
identify==2.6.0
# via pre-commit
idna==3.7
# via requests
Expand All @@ -72,11 +72,11 @@ mdurl==0.1.2
# via markdown-it-py
mypy-extensions==1.0.0
# via black
nodeenv==1.8.0
nodeenv==1.9.1
# via pre-commit
oauthlib==3.2.2
# via requests-oauthlib
packaging==24.0
packaging==24.1
# via
# black
# pytest
Expand All @@ -90,9 +90,9 @@ platformdirs==4.2.2
# virtualenv
pluggy==1.5.0
# via pytest
pre-commit==3.7.1
pre-commit==3.8.0
# via livecode-archive (pyproject.toml)
proto-plus==1.23.0
proto-plus==1.24.0
# via google-api-core
protobuf==4.25.3
# via
Expand All @@ -111,7 +111,7 @@ pygments==2.18.0
# via rich
pyparsing==3.1.2
# via httplib2
pytest==8.2.1
pytest==8.3.2
# via livecode-archive (pyproject.toml)
pyyaml==6.0.1
# via
Expand All @@ -135,7 +135,7 @@ schema==0.7.7
# via internetarchive
shellingham==1.5.4
# via typer
tomlkit==0.12.5
tomlkit==0.13.0
# via pycln
tqdm==4.66.4
# via
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --output-file=requirements.txt pyproject.toml
#
cachetools==5.3.3
cachetools==5.4.0
# via google-auth
certifi==2024.2.2
# via requests
Expand All @@ -18,9 +18,9 @@ future==1.0.0
# via ffmpeg-python
google-api-core==2.19.0
# via google-api-python-client
google-api-python-client==2.130.0
google-api-python-client==2.139.0
# via livecode-archive (pyproject.toml)
google-auth==2.29.0
google-auth==2.32.0
# via
# google-api-core
# google-api-python-client
Expand Down Expand Up @@ -48,11 +48,11 @@ jsonpointer==2.4
# via jsonpatch
oauthlib==3.2.2
# via requests-oauthlib
packaging==24.0
packaging==24.1
# via pytest
pluggy==1.5.0
# via pytest
proto-plus==1.23.0
proto-plus==1.24.0
# via google-api-core
protobuf==4.25.3
# via
Expand All @@ -67,7 +67,7 @@ pyasn1-modules==0.4.0
# via google-auth
pyparsing==3.1.2
# via httplib2
pytest==8.2.1
pytest==8.3.2
# via livecode-archive (pyproject.toml)
requests==2.32.2
# via
Expand Down

0 comments on commit bf8160c

Please sign in to comment.