Skip to content

Commit

Permalink
Latest data: Sat Dec 21 08:08:53 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
github.actions committed Dec 21, 2024
1 parent 66b34b6 commit 531dde7
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
1 change: 0 additions & 1 deletion requirements/esphome-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ bitarray==2.9.3
bitstring==4.2.3
bottle==0.13.2
chacha20poly1305-reuseable==0.13.2
chardet==5.2.0
charset-normalizer==3.4.0
click==8.1.7
colorama==0.4.6
Expand Down
22 changes: 12 additions & 10 deletions requirements/gptme-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
annotated-types==0.7.0
anthropic==0.40.0
anyio==4.6.2.post1
asttokens==2.4.1
anthropic==0.42.0
anyio==4.7.0
asttokens==3.0.0
bashlex==0.18
charset-normalizer==3.4.0
click==8.1.7
Expand All @@ -10,32 +10,34 @@ distro==1.9.0
executing==2.1.0
h11==0.14.0
httpcore==1.0.7
httpx==0.28.0
httpx==0.28.1
idna==3.10
ipython==8.30.0
ipython==8.31.0
jedi==0.19.2
jiter==0.8.0
jiter==0.8.2
json-repair==0.32.0
lxml==5.3.0
markdown-it-py==3.0.0
matplotlib-inline==0.1.7
mdurl==0.1.2
multiprocessing-logging==any.whl
openai==1.55.3
openai==1.58.1
parso==0.8.4
pexpect==4.9.0
pick==2.4.0
platformdirs==4.3.6
prompt-toolkit==3.0.48
ptyprocess==0.7.0
pure-eval==0.2.3
pydantic==2.10.2
pydantic-core==2.27.1
pydantic==2.10.4
pydantic-core==2.27.2
pygments==2.18.0
python-dotenv==1.0.1
python-xlib==0.33
regex==2024.11.6
requests==2.32.3
rich==13.9.4
six==1.16.0
six==1.17.0
sniffio==1.3.1
stack-data==0.6.3
tabulate==0.9.0
Expand Down
3 changes: 1 addition & 2 deletions requirements/ipython-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
asttokens==2.4.1
asttokens==3.0.0
decorator==5.1.1
executing==2.1.0
jedi==0.19.2
Expand All @@ -9,7 +9,6 @@ prompt-toolkit==3.0.48
ptyprocess==0.7.0
pure-eval==0.2.3
pygments==2.18.0
six==1.16.0
stack-data==0.6.3
traitlets==5.14.3
wcwidth==0.2.13
8 changes: 4 additions & 4 deletions requirements/safety-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
annotated-types==0.7.0
authlib==1.3.2
authlib==1.4.0
charset-normalizer==3.4.0
click==8.1.7
dparse==0.6.4
filelock==3.12.4
filelock==3.16.1
idna==3.10
jinja2==3.1.4
markdown-it-py==3.0.0
markupsafe==3.0.2
marshmallow==3.23.1
marshmallow==3.23.2
mdurl==0.1.2
packaging==24.2
psutil==6.0.0
psutil==6.1.1
pydantic==2.9.2
pydantic-core==2.23.4
pygments==2.18.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/tmuxp-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
colorama==0.4.6
libtmux==0.39.0
libtmux==0.40.0
pyyaml==6.0.2

0 comments on commit 531dde7

Please sign in to comment.