Skip to content

Commit

Permalink
Latest data: Wed Oct 23 08:06:04 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
github.actions committed Oct 23, 2024
1 parent fa99c96 commit f7e0bcd
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
26 changes: 13 additions & 13 deletions requirements/dvc-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aliyun-python-sdk-kms==2.16.5
amqp==5.2.0
annotated-types==0.7.0
antlr4-python3-runtime==4.9.3
anyio==4.6.0
anyio==4.6.2.post1
appdirs==1.4.4
argcomplete==3.5.1
asyncssh==2.17.0
Expand Down Expand Up @@ -40,7 +40,7 @@ dictdiffer==0.9.0
diskcache==5.6.3
distro==1.9.0
dpath==2.2.0
dulwich==0.22.1
dulwich==0.22.3
dvc-azure==3.1.0
dvc-data==3.16.6
dvc-gdrive==3.0.1
Expand All @@ -61,9 +61,9 @@ filelock==3.16.1
flatten-dict==0.4.2
flufl-lock==8.1.0
frozenlist==1.4.1
fsspec==2024.9.0
fsspec==2024.10.0
funcy==2.0
gcsfs==2024.9.0.post1
gcsfs==2024.10.0
gitdb==4.0.11
gitpython==3.1.43
google-api-core==2.21.0
Expand Down Expand Up @@ -94,11 +94,11 @@ mdurl==0.1.2
msal==1.31.0
msal-extensions==1.2.0
multidict==6.1.0
networkx==3.4.1
networkx==3.4.2
oauth2client==4.1.3
oauthlib==3.2.2
omegaconf==2.3.0
orjson==3.10.7
orjson==3.10.10
oss2==2.18.1
ossfs==2023.12.0
packaging==24.1
Expand All @@ -108,8 +108,8 @@ portalocker==2.10.1
prompt-toolkit==3.0.48
propcache==0.2.0
proto-plus==1.24.0
protobuf==5.28.2
psutil==6.0.0
protobuf==5.28.3
psutil==6.1.0
pyarrow==17.0.0
pyasn1==0.6.1
pyasn1-modules==0.4.1
Expand All @@ -123,19 +123,19 @@ pygments==2.18.0
pygtrie==2.5.0
pyjwt==2.9.0
pyopenssl==24.2.1
pyparsing==3.1.4
pyparsing==3.2.0
python-dateutil==2.9.0.post0
pyyaml==6.0.2
requests==2.32.3
requests-oauthlib==2.0.0
rich==13.9.2
rich==13.9.3
rsa==4.9
ruamel-yaml==0.18.6
s3fs==2024.9.0
s3fs==2024.10.0
s3transfer==0.10.3
scmrepo==3.3.8
semver==3.0.2
setuptools==75.1.0
setuptools==75.2.0
shellingham==1.5.4
shortuuid==1.0.13
shtab==1.7.1
Expand All @@ -157,5 +157,5 @@ voluptuous==0.15.2
wcwidth==0.2.13
webdav4==0.10.0
wrapt==1.16.0
yarl==1.14.0
yarl==1.16.0
zc-lockfile==3.0.post1
2 changes: 1 addition & 1 deletion requirements/oci-cli-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ arrow==1.3.0
circuitbreaker==2.0.0
click==8.0.4
jmespath==0.10.0
oci==2.136.0
oci==2.137.0
prompt-toolkit==3.0.43
pyopenssl==24.2.1
python-dateutil==2.9.0.post0
Expand Down
4 changes: 2 additions & 2 deletions requirements/pipenv-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ distlib==0.3.9
filelock==3.16.1
packaging==24.1
platformdirs==4.3.6
setuptools==75.1.0
virtualenv==20.26.6
setuptools==75.2.0
virtualenv==20.27.0
2 changes: 1 addition & 1 deletion requirements/tox-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ packaging==24.1
platformdirs==4.3.6
pluggy==1.5.0
pyproject-api==1.8.0
virtualenv==20.26.6
virtualenv==20.27.0
2 changes: 1 addition & 1 deletion requirements/yt-dlp-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
brotli==1.1.0
charset-normalizer==3.3.2
charset-normalizer==3.4.0
idna==3.10
mutagen==1.47.0
pycryptodomex==3.21.0
Expand Down

0 comments on commit f7e0bcd

Please sign in to comment.