Skip to content

Commit

Permalink
Latest data: Sat Dec 23 08:04:59 UTC 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
github.actions committed Dec 23, 2023
1 parent 0268f70 commit 0b0fe51
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 17 deletions.
2 changes: 1 addition & 1 deletion requirements/black-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
aiohttp==3.9.1
aiosignal==1.3.1
frozenlist==1.4.0
frozenlist==1.4.1
multidict==6.0.4
mypy-extensions==1.0.0
yarl==1.9.4
12 changes: 6 additions & 6 deletions requirements/cfn-lint-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
annotated-types==0.6.0
aws-sam-translator==1.82.0
boto3==1.34.1
botocore==1.34.1
boto3==1.34.6
botocore==1.34.6
jmespath==1.0.1
jschema-to-python==1.2.3
jsonpatch==1.33
Expand All @@ -10,10 +10,10 @@ jsonpointer==2.4
jsonschema==4.20.0
jsonschema-specifications==2023.11.2
junit-xml==1.9
pydantic==2.5.2
pydantic-core==2.14.5
pydantic==2.5.3
pydantic-core==2.14.6
referencing==0.32.0
regex==2023.10.3
rpds-py==0.13.2
s3transfer==0.9.0
rpds-py==0.15.2
s3transfer==0.10.0
sarif-om==1.0.4
9 changes: 6 additions & 3 deletions requirements/datasette-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
aiofiles==23.2.1
anyio==4.2.0
asgi-csrf==0.9
asgiref==3.7.2
click-default-group==1.2.4
httpcore==0.18.0
httpx==0.25.0
httpcore==1.0.2
httpx==0.26.0
hupper==1.12
idna==3.6
itsdangerous==2.1.2
janus==1.0.0
jinja2==3.1.2
mergedeep==1.3.4
pint==0.22
pint==0.23
pluggy==1.3.0
python-multipart==0.0.6
sniffio==1.3.0
10 changes: 5 additions & 5 deletions requirements/dvc-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
adlfs==2023.10.0
adlfs==2023.12.0
aiobotocore==2.9.0
aiohttp==3.9.1
aiohttp-retry==2.8.3
Expand Down Expand Up @@ -39,7 +39,7 @@ distro==1.8.0
dpath==2.1.6
dulwich==0.21.7
dvc-azure==3.0.1
dvc-data==3.1.0
dvc-data==3.3.0
dvc-gdrive==3.0.0
dvc-gs==3.0.1
dvc-hdfs==3.0.0
Expand Down Expand Up @@ -105,8 +105,8 @@ prompt-toolkit==3.0.43
pyasn1==0.5.1
pyasn1-modules==0.3.0
pycryptodome==3.19.0
pydantic==2.5.2
pydantic-core==2.14.5
pydantic==2.5.3
pydantic-core==2.14.6
pydot==1.4.2
pydrive2==1.18.1
pygtrie==2.5.0
Expand All @@ -127,7 +127,7 @@ shortuuid==1.0.11
shtab==1.6.5
smmap==5.0.1
sniffio==1.3.0
sqltrie==0.10.0
sqltrie==0.11.0
sshfs==2023.10.0
tomlkit==0.12.3
tqdm==4.66.1
Expand Down
4 changes: 2 additions & 2 deletions requirements/ipython-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ jedi==0.19.1
matplotlib-inline==0.1.6
parso==0.8.3
pexpect==4.9.0
prompt-toolkit==3.0.41
prompt-toolkit==3.0.43
ptyprocess==0.7.0
pure-eval==0.2.2
stack-data==0.6.3
traitlets==5.13.0
traitlets==5.14.0
wcwidth==0.2.12

0 comments on commit 0b0fe51

Please sign in to comment.