Skip to content

Commit

Permalink
bump dep versions
Browse files Browse the repository at this point in the history
paul-gauthier committed Jun 29, 2024
1 parent e50c42c commit 2303cef
Showing 4 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# pip-compile --output-file=dev-requirements.txt dev-requirements.in
# pip-compile --output-file=dev-requirements.txt dev-requirements.in --upgrade
#
pytest
pip-tools
24 changes: 12 additions & 12 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ babel==2.15.0
# via sphinx
build==1.2.1
# via pip-tools
certifi==2024.2.2
certifi==2024.6.2
# via requests
cfgv==3.4.0
# via pre-commit
@@ -36,9 +36,9 @@ docutils==0.20.1
# via
# sphinx
# sphinx-rtd-theme
filelock==3.14.0
filelock==3.15.4
# via virtualenv
fonttools==4.51.0
fonttools==4.53.0
# via matplotlib
identify==2.5.36
# via pre-commit
@@ -54,7 +54,7 @@ jinja2==3.1.4
# via sphinx
kiwisolver==1.4.5
# via matplotlib
lox==0.11.0
lox==0.12.0
# via -r dev-requirements.in
markdown-it-py==3.0.0
# via rich
@@ -66,14 +66,14 @@ mdurl==0.1.2
# via markdown-it-py
multiprocess==0.70.16
# via pathos
nodeenv==1.8.0
nodeenv==1.9.1
# via pre-commit
numpy==1.26.4
numpy==2.0.0
# via
# contourpy
# matplotlib
# pandas
packaging==24.0
packaging==24.1
# via
# build
# matplotlib
@@ -107,7 +107,7 @@ pyproject-hooks==1.1.0
# via
# build
# pip-tools
pytest==8.2.1
pytest==8.2.2
# via -r dev-requirements.in
python-dateutil==2.9.0.post0
# via
@@ -117,7 +117,7 @@ pytz==2024.1
# via pandas
pyyaml==6.0.1
# via pre-commit
requests==2.32.0
requests==2.32.3
# via sphinx
rich==13.7.1
# via typer
@@ -149,13 +149,13 @@ sphinxcontrib-serializinghtml==1.1.10
# via sphinx
typer==0.12.3
# via -r dev-requirements.in
typing-extensions==4.11.0
typing-extensions==4.12.2
# via typer
tzdata==2024.1
# via pandas
urllib3==2.2.1
urllib3==2.2.2
# via requests
virtualenv==20.26.2
virtualenv==20.26.3
# via pre-commit
wheel==0.43.0
# via pip-tools
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# pip-compile requirements.in
# pip-compile requirements.in --upgrade
#
configargparse
GitPython
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -62,22 +62,22 @@ frozenlist==1.4.1
# via
# aiohttp
# aiosignal
fsspec==2024.6.0
fsspec==2024.6.1
# via huggingface-hub
gitdb==4.0.11
# via gitpython
gitpython==3.1.43
# via
# -r requirements.in
# streamlit
google-ai-generativelanguage==0.6.5
google-ai-generativelanguage==0.6.6
# via google-generativeai
google-api-core[grpc]==2.19.1
# via
# google-ai-generativelanguage
# google-api-python-client
# google-generativeai
google-api-python-client==2.134.0
google-api-python-client==2.135.0
# via google-generativeai
google-auth==2.30.0
# via
@@ -88,7 +88,7 @@ google-auth==2.30.0
# google-generativeai
google-auth-httplib2==0.2.0
# via google-api-python-client
google-generativeai==0.7.0
google-generativeai==0.7.1
# via -r requirements.in
googleapis-common-protos==1.63.2
# via
@@ -139,7 +139,7 @@ jsonschema==4.22.0
# altair
jsonschema-specifications==2023.12.1
# via jsonschema
litellm==1.40.26
litellm==1.41.0
# via -r requirements.in
markdown-it-py==3.0.0
# via rich
@@ -164,7 +164,7 @@ numpy==2.0.0
# pydeck
# scipy
# streamlit
openai==1.35.3
openai==1.35.7
# via
# -r requirements.in
# litellm

0 comments on commit 2303cef

Please sign in to comment.