Skip to content

Commit

Permalink
Update pyarrow (#1354)
Browse files Browse the repository at this point in the history
* Update gordo-core and gordo-client

* Updated pyarrow, mlflow and gordo-core

* Updated urllib3

* Updated werkzeug

* Updated cryptography

* Updated urllib3 also in test
  • Loading branch information
toera authored Nov 16, 2023
1 parent 11ed633 commit 2527feb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions requirements/full_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ contextlib2==21.6.0
# via azureml-core
contourpy==1.1.0
# via matplotlib
cryptography==41.0.4
cryptography==41.0.5
# via
# adal
# azureml-core
Expand Down Expand Up @@ -140,9 +140,9 @@ google-auth-oauthlib==1.0.0
# via tensorboard
google-pasta==0.2.0
# via tensorflow
gordo-client==6.2.5
gordo-client==6.2.7
# via -r requirements.in
gordo-core==0.3.3
gordo-core==0.3.5
# via gordo-client
graphviz==0.20.1
# via catboost
Expand Down Expand Up @@ -218,7 +218,7 @@ matplotlib==3.7.2
# mlflow
ml-dtypes==0.2.0
# via jax
mlflow==2.6.0
mlflow==2.8.1
# via -r mlflow_requirements.in
msal==1.24.1
# via
Expand Down Expand Up @@ -315,7 +315,7 @@ protobuf==4.24.2
# tensorflow
psycopg2-binary==2.9.7
# via -r postgres_requirements.in
pyarrow==10.0.1
pyarrow==14.0.1
# via
# gordo-core
# mlflow
Expand Down Expand Up @@ -398,6 +398,7 @@ scikit-learn==1.3.0
scipy==1.11.2
# via
# catboost
# gordo-core
# jax
# mlflow
# scikit-learn
Expand Down Expand Up @@ -459,7 +460,7 @@ typing-extensions==4.5.0
# typing-inspect
typing-inspect==0.9.0
# via dataclasses-json
urllib3==1.26.17
urllib3==1.26.18
# via
# azureml-core
# databricks-cli
Expand All @@ -468,7 +469,7 @@ urllib3==1.26.17
# requests
websocket-client==1.6.2
# via docker
werkzeug==2.3.7
werkzeug==2.3.8
# via
# flask
# tensorboard
Expand Down
2 changes: 1 addition & 1 deletion requirements/test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ typing-extensions==4.5.0
# mypy
uri-template==1.3.0
# via jsonschema
urllib3==1.26.17
urllib3==1.26.18
# via
# -c full_requirements.txt
# docker
Expand Down

0 comments on commit 2527feb

Please sign in to comment.