Skip to content
Open
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
8 changes: 4 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ pyasn1==0.6.0
# via
# pyasn1-modules
# rsa
pyasn1-modules==0.4.0
pyasn1-modules==0.4.2
# via google-auth
pycln==2.4.0
# via livecode-archive (pyproject.toml)
Expand All @@ -113,7 +113,7 @@ pyparsing==3.1.2
# via httplib2
pytest==8.2.1
# via livecode-archive (pyproject.toml)
pyyaml==6.0.1
pyyaml==6.0.3
# via
# detect-secrets
# libcst
Expand All @@ -129,9 +129,9 @@ requests-oauthlib==2.0.0
# via google-auth-oauthlib
rich==13.7.1
# via typer
rsa==4.9
rsa==4.9.1
# via google-auth
schema==0.7.7
schema==0.7.8
# via internetarchive
shellingham==1.5.4
# via typer
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pyasn1==0.6.0
# via
# pyasn1-modules
# rsa
pyasn1-modules==0.4.0
pyasn1-modules==0.4.2
# via google-auth
pyparsing==3.1.2
# via httplib2
Expand All @@ -76,9 +76,9 @@ requests==2.32.2
# requests-oauthlib
requests-oauthlib==2.0.0
# via google-auth-oauthlib
rsa==4.9
rsa==4.9.1
# via google-auth
schema==0.7.7
schema==0.7.8
# via internetarchive
tqdm==4.66.4
# via
Expand Down