Skip to content

Commit

Permalink
Latest data: Mon Aug 26 08:05:59 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
github.actions committed Aug 26, 2024
1 parent 44b1801 commit a5d2e20
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 25 deletions.
14 changes: 7 additions & 7 deletions requirements/aider-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aiohappyeyeballs==2.3.5
aiohttp==3.10.3
aiohappyeyeballs==2.4.0
aiohttp==3.10.5
aiosignal==1.3.1
annotated-types==0.7.0
anyio==4.4.0
Expand All @@ -22,22 +22,22 @@ grep-ast==0.3.3
h11==0.14.0
httpcore==1.0.5
httpx==0.27.0
huggingface-hub==0.24.5
huggingface-hub==0.24.6
idna==3.7
importlib-metadata==7.2.1
importlib-resources==6.4.0
importlib-resources==6.4.3
jinja2==3.1.4
jiter==0.5.0
jsonschema==4.23.0
jsonschema-specifications==2023.12.1
litellm==1.43.9
litellm==1.43.19
markdown-it-py==3.0.0
markupsafe==2.1.5
mccabe==0.7.0
mdurl==0.1.2
multidict==6.0.5
networkx==3.2.1
openai==1.40.6
openai==1.42.0
packaging==24.1
pathspec==0.12.1
prompt-toolkit==3.0.47
Expand All @@ -61,7 +61,7 @@ smmap==5.0.1
sniffio==1.3.1
sounddevice==0.5.0
soundfile==0.12.1
soupsieve==2.5
soupsieve==2.6
tiktoken==0.7.0
tokenizers==0.19.1
tqdm==4.66.5
Expand Down
4 changes: 2 additions & 2 deletions requirements/awscurl-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
botocore==1.35.4
botocore==1.35.5
charset-normalizer==3.3.2
configargparse==1.7
configparser==7.1.0
idna==3.7
idna==3.8
jmespath==1.0.1
python-dateutil==2.9.0.post0
requests==2.32.3
Expand Down
6 changes: 3 additions & 3 deletions requirements/fastapi-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ h11==0.14.0
httpcore==1.0.5
httptools==0.6.1
httpx==0.27.0
idna==3.7
idna==3.8
jinja2==3.1.4
markdown-it-py==3.0.0
markupsafe==2.1.5
Expand All @@ -23,9 +23,9 @@ rich==13.7.1
shellingham==1.5.4
sniffio==1.3.1
starlette==0.38.2
typer==0.12.3
typer==0.12.5
typing-extensions==4.12.2
uvicorn==0.30.6
uvloop==0.20.0
watchfiles==0.23.0
websockets==12.0
websockets==13.0
24 changes: 12 additions & 12 deletions requirements/python-lsp-server-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
attrs==23.2.0
black==24.3.0
attrs==24.2.0
black==24.8.0
cattrs==23.2.3
click==8.1.7
docstring-to-markdown==0.15
jedi==0.19.1
lsprotocol==2023.0.1
mypy==1.9.0
mypy==1.11.2
mypy-extensions==1.0.0
packaging==24.0
parso==0.8.3
packaging==24.1
parso==0.8.4
pathspec==0.12.1
platformdirs==4.2.0
pluggy==1.4.0
platformdirs==4.2.2
pluggy==1.5.0
pylsp-mypy==0.6.8
pylsp-rope==0.1.16
python-lsp-black==2.0.0
python-lsp-jsonrpc==1.1.2
python-lsp-ruff==2.2.0
python-lsp-ruff==2.2.2
pytoolconfig==1.3.1
rope==1.13.0
ruff==0.3.4
ruff==0.6.2
tomli==2.0.1
typing-extensions==4.10.0
ujson==5.9.0
websockets==12.0
typing-extensions==4.12.2
ujson==5.10.0
websockets==13.0
2 changes: 1 addition & 1 deletion requirements/schemathesis-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ h11==0.14.0
harfile==0.3.0
httpcore==1.0.5
httpx==0.27.0
hypothesis==6.111.1
hypothesis==6.111.2
hypothesis-graphql==0.11.1
hypothesis-jsonschema==0.23.1
idna==3.8
Expand Down

0 comments on commit a5d2e20

Please sign in to comment.