Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump version for security patches #2651

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
7 changes: 4 additions & 3 deletions docs/requirements.txt
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --output-file=build.txt build.in
#
alabaster==0.7.13
alabaster==0.7.16
# via sphinx
babel==2.14.0
# via sphinx
Expand Down Expand Up @@ -36,7 +36,7 @@ idna==3.6
# requests
imagesize==1.4.1
# via sphinx
importlib-metadata==7.0.1
importlib-metadata==7.1.0
# via sphinx
jinja2==3.1.3
# via
Expand All @@ -57,6 +57,7 @@ myst-parser==2.0.0
packaging==23.2
# via
# -c base.txt
# -c constraints.in
# sphinx
pygments==2.17.2
# via
Expand Down Expand Up @@ -119,5 +120,5 @@ urllib3==1.26.18
# -c base.txt
# -c constraints.in
# requests
zipp==3.17.0
zipp==3.18.1
# via importlib-metadata
30 changes: 19 additions & 11 deletions requirements/base.txt
Expand Up @@ -22,10 +22,12 @@ charset-normalizer==3.3.2
click==8.1.7
# via nltk
dataclasses-json==0.6.4
# via -r base.in
dataclasses-json-speakeasy==0.5.11
# via
# -r base.in
# unstructured-client
deepdiff==6.7.1
# via unstructured-client
emoji==2.10.1
emoji==2.11.0
# via -r base.in
filetype==1.2.0
# via -r base.in
Expand All @@ -41,10 +43,9 @@ langdetect==1.0.9
# via -r base.in
lxml==5.1.0
# via -r base.in
marshmallow==3.20.2
marshmallow==3.21.1
# via
# dataclasses-json
# dataclasses-json-speakeasy
# unstructured-client
mypy-extensions==1.0.0
# via
Expand All @@ -54,17 +55,22 @@ nltk==3.8.1
# via -r base.in
numpy==1.26.4
# via -r base.in
ordered-set==4.1.0
# via deepdiff
packaging==23.2
# via
# -c constraints.in
# marshmallow
# unstructured-client
python-dateutil==2.8.2
pypdf==4.1.0
# via unstructured-client
python-dateutil==2.9.0.post0
# via unstructured-client
python-iso639==2024.2.7
# via -r base.in
python-magic==0.4.27
# via -r base.in
rapidfuzz==3.6.1
rapidfuzz==3.7.0
# via -r base.in
regex==2023.12.25
# via nltk
Expand All @@ -83,18 +89,20 @@ tabulate==0.9.0
# via -r base.in
tqdm==4.66.2
# via nltk
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r base.in
# pypdf
# typing-inspect
# unstructured-client
typing-inspect==0.9.0
# via
# dataclasses-json
# dataclasses-json-speakeasy
# unstructured-client
unstructured-client==0.18.0
# via -r base.in
unstructured-client==0.21.1
# via
# -c constraints.in
# -r base.in
urllib3==1.26.18
# via
# -c constraints.in
Expand Down
7 changes: 4 additions & 3 deletions requirements/build.txt
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --output-file=build.txt build.in
#
alabaster==0.7.13
alabaster==0.7.16
# via sphinx
babel==2.14.0
# via sphinx
Expand Down Expand Up @@ -36,7 +36,7 @@ idna==3.6
# requests
imagesize==1.4.1
# via sphinx
importlib-metadata==7.0.1
importlib-metadata==7.1.0
# via sphinx
jinja2==3.1.3
# via
Expand All @@ -57,6 +57,7 @@ myst-parser==2.0.0
packaging==23.2
# via
# -c base.txt
# -c constraints.in
# sphinx
pygments==2.17.2
# via
Expand Down Expand Up @@ -119,5 +120,5 @@ urllib3==1.26.18
# -c base.txt
# -c constraints.in
# requests
zipp==3.17.0
zipp==3.18.1
# via importlib-metadata
8 changes: 8 additions & 0 deletions requirements/constraints.in
Expand Up @@ -43,3 +43,11 @@ opencv-python==4.8.0.76
opencv-contrib-python==4.8.0.76
onnxruntime==1.15.1
platformdirs==3.10.0
# pinned in langchain-community
packaging<24.0
packaging>=23.2
# NOTE(robinson): pinning temporarily due to failing tests
unstructured-client<0.22.0
# NOTE(robinson): requirement for aibotocore
urllib3<1.27
urllib3>=1.25.4