Skip to content

Commit

Permalink
131158 update dependencies (#1347)
Browse files Browse the repository at this point in the history
* Updated msal

* Updated urllib3

* Updated cryptography

* Updated pydantic

* Updated gitpython

* Updated pillow
  • Loading branch information
toera authored Oct 17, 2023
1 parent 7947985 commit 11ed633
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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.3
cryptography==41.0.4
# via
# adal
# azureml-core
Expand Down Expand Up @@ -130,7 +130,7 @@ gast==0.4.0
# via tensorflow
gitdb==4.0.10
# via gitpython
gitpython==3.1.34
gitpython==3.1.37
# via mlflow
google-auth==2.22.0
# via
Expand Down Expand Up @@ -220,7 +220,7 @@ ml-dtypes==0.2.0
# via jax
mlflow==2.6.0
# via -r mlflow_requirements.in
msal==1.23.0
msal==1.24.1
# via
# azureml-core
# msal-extensions
Expand Down Expand Up @@ -298,7 +298,7 @@ pathspec==0.11.2
# via azureml-core
peewee==3.16.3
# via -r postgres_requirements.in
pillow==10.0.0
pillow==10.0.1
# via matplotlib
pkginfo==1.9.6
# via azureml-core
Expand Down Expand Up @@ -328,7 +328,7 @@ pyasn1-modules==0.3.0
# via google-auth
pycparser==2.21
# via cffi
pydantic==1.10.12
pydantic==1.10.13
# via gordo-client
pygments==2.16.1
# via knack
Expand Down Expand Up @@ -459,7 +459,7 @@ typing-extensions==4.5.0
# typing-inspect
typing-inspect==0.9.0
# via dataclasses-json
urllib3==1.26.16
urllib3==1.26.17
# via
# azureml-core
# databricks-cli
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.16
urllib3==1.26.17
# via
# -c full_requirements.txt
# docker
Expand Down

0 comments on commit 11ed633

Please sign in to comment.