Skip to content

Commit

Permalink
chore: update python requirements (#20873)
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin authored Mar 13, 2024
1 parent 6fda11e commit 8fb3b9b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 15 deletions.
15 changes: 11 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ coreapi==2.3.3
coreschema==0.0.4
# via coreapi
coverage[toml]==5.5
# via pytest-cov
# via
# coverage
# pytest-cov
datamodel-code-generator==0.25.2
# via -r requirements-dev.in
django==4.1.13
Expand Down Expand Up @@ -90,7 +92,9 @@ exceptiongroup==1.2.0
faker==17.5.0
# via -r requirements-dev.in
fakeredis[lua]==2.11.0
# via -r requirements-dev.in
# via
# -r requirements-dev.in
# fakeredis
flaky==3.7.0
# via -r requirements-dev.in
freezegun==1.2.2
Expand Down Expand Up @@ -156,8 +160,10 @@ pathspec==0.9.0
# via black
pip-tools==7.3.0
# via -r requirements-dev.in
platformdirs==2.5.2
# via black
platformdirs==3.11.0
# via
# -c requirements.txt
# black
pluggy==0.13.1
# via pytest
pprintpp==0.4.0
Expand All @@ -166,6 +172,7 @@ pydantic[email]==2.5.3
# via
# -c requirements.txt
# datamodel-code-generator
# pydantic
pydantic-core==2.14.6
# via
# -c requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ sentry-sdk==1.14.0
semantic_version==2.8.5
scikit-learn==1.4.0
slack_sdk==3.17.1
snowflake-connector-python==3.0.4
snowflake-connector-python==3.6.0
social-auth-app-django==5.0.0
social-auth-core==4.3.0
statshog==1.0.6
Expand Down
17 changes: 7 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ anyio==4.2.0
asgiref==3.7.2
# via django
asn1crypto==1.5.1
# via
# oscrypto
# snowflake-connector-python
# via snowflake-connector-python
astunparse==1.6.3
# via dlt
async-generator==1.10
Expand Down Expand Up @@ -400,8 +398,6 @@ orjson==3.9.15
# via
# -r requirements.in
# dlt
oscrypto==1.3.0
# via snowflake-connector-python
outcome==1.1.0
# via trio
packaging==23.1
Expand Down Expand Up @@ -430,6 +426,8 @@ pickleshare==0.7.5
# via -r requirements.in
pillow==10.2.0
# via -r requirements.in
platformdirs==3.11.0
# via snowflake-connector-python
ply==3.11
# via jsonpath-ng
posthoganalytics==3.5.0
Expand Down Expand Up @@ -468,8 +466,6 @@ pyasn1-modules==0.3.0
# via google-auth
pycparser==2.20
# via cffi
pycryptodomex==3.18.0
# via snowflake-connector-python
pydantic==2.5.3
# via
# -r requirements.in
Expand Down Expand Up @@ -614,7 +610,7 @@ sniffio==1.2.0
# httpx
# openai
# trio
snowflake-connector-python==3.0.4
snowflake-connector-python==3.6.0
# via -r requirements.in
social-auth-app-django==5.0.0
# via -r requirements.in
Expand Down Expand Up @@ -653,7 +649,9 @@ tiktoken==0.6.0
token-bucket==0.3.0
# via -r requirements.in
tomlkit==0.12.3
# via dlt
# via
# dlt
# snowflake-connector-python
toronado==0.1.0
# via -r requirements.in
tqdm==4.64.1
Expand Down Expand Up @@ -709,7 +707,6 @@ urllib3[secure,socks]==1.26.18
# requests
# selenium
# sentry-sdk
# snowflake-connector-python
# urllib3
urllib3-secure-extra==0.1.0
# via urllib3
Expand Down

0 comments on commit 8fb3b9b

Please sign in to comment.