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

Bump spacy from 3.6.1 to 3.7.1 #3852

Merged
merged 1 commit into from
Oct 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions requirements-base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,14 @@ click==8.1.7
# schemathesis
# typer
# uvicorn
cloudpathlib==0.15.1
# via weasel
colorama==0.4.6
# via schemathesis
confection==0.1.1
# via thinc
# via
# thinc
# weasel
cryptography==39.0.2
# via
# -r requirements-base.in
Expand Down Expand Up @@ -255,6 +259,7 @@ packaging==23.1
# spacy
# statsmodels
# thinc
# weasel
pandas==2.1.1
# via
# -r requirements-base.in
Expand Down Expand Up @@ -304,6 +309,7 @@ pydantic==1.10.13
# fastapi
# spacy
# thinc
# weasel
pyjwt[crypto]==2.8.0
# via
# msal
Expand Down Expand Up @@ -357,6 +363,7 @@ requests==2.31.0
# schemathesis
# spacy
# starlette-testclient
# weasel
requests-oauthlib==1.3.1
# via
# atlassian-python-api
Expand Down Expand Up @@ -411,14 +418,15 @@ smart-open==6.3.0
# via
# pathy
# spacy
# weasel
sniffio==1.3.0
# via
# anyio
# httpcore
# httpx
sortedcontainers==2.4.0
# via hypothesis
spacy==3.6.1
spacy==3.7.1
# via -r requirements-base.in
spacy-legacy==3.0.12
# via spacy
Expand All @@ -439,6 +447,7 @@ srsly==2.4.7
# confection
# spacy
# thinc
# weasel
starlette==0.27.0
# via
# fastapi
Expand Down Expand Up @@ -468,6 +477,7 @@ typer==0.9.0
# via
# pathy
# spacy
# weasel
typing-extensions==4.7.1
# via
# alembic
Expand Down Expand Up @@ -497,6 +507,9 @@ wasabi==1.1.2
# via
# spacy
# thinc
# weasel
weasel==0.3.2
# via spacy
werkzeug==2.3.7
# via schemathesis
wrapt==1.15.0
Expand Down