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 cryptography from 42.0.7 to 43.0.1 #2736

Merged
merged 1 commit into from
Sep 24, 2024
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
39 changes: 32 additions & 7 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ aioitertools==0.11.0
# via aiobotocore
aiosignal==1.3.1
# via aiohttp
asn1crypto==1.5.1
# via snowflake-connector-python
asttokens==2.4.1
# via stack-data
attrs==23.2.0
Expand Down Expand Up @@ -48,14 +50,18 @@ certifi==2024.7.4
# via
# kubernetes
# requests
# snowflake-connector-python
cffi==1.16.0
# via
# azure-datalake-store
# cryptography
# snowflake-connector-python
cfgv==3.4.0
# via pre-commit
charset-normalizer==3.3.2
# via requests
# via
# requests
# snowflake-connector-python
click==8.1.7
# via
# flytekit
Expand All @@ -70,13 +76,15 @@ coverage[toml]==7.5.3
# pytest-cov
croniter==2.0.5
# via flytekit
cryptography==42.0.7
cryptography==43.0.1
# via
# azure-identity
# azure-storage-blob
# msal
# pyjwt
# pyopenssl
# secretstorage
# snowflake-connector-python
dataclasses-json==0.5.9
# via flytekit
decorator==5.1.1
Expand All @@ -96,7 +104,9 @@ execnet==2.1.1
executing==2.0.1
# via stack-data
filelock==3.14.0
# via virtualenv
# via
# snowflake-connector-python
# virtualenv
flyteidl @ git+https://github.com/flyteorg/flyte.git@master#subdirectory=flyteidl
# via
# -r dev-requirements.in
Expand Down Expand Up @@ -174,6 +184,7 @@ identify==2.5.36
idna==3.7
# via
# requests
# snowflake-connector-python
# yarl
importlib-metadata==7.1.0
# via flytekit
Expand Down Expand Up @@ -283,6 +294,7 @@ packaging==24.0
# msal-extensions
# pytest
# setuptools-scm
# snowflake-connector-python
pandas==2.2.2
# via -r dev-requirements.in
parso==0.8.4
Expand All @@ -292,7 +304,9 @@ pexpect==4.9.0
pillow==10.3.0
# via -r dev-requirements.in
platformdirs==4.2.2
# via virtualenv
# via
# snowflake-connector-python
# virtualenv
pluggy==1.5.0
# via pytest
portalocker==2.8.2
Expand Down Expand Up @@ -327,7 +341,7 @@ ptyprocess==0.7.0
pure-eval==0.2.2
# via stack-data
pyarrow==16.1.0
# via flytekit
# via -r dev-requirements.in
pyasn1==0.6.0
# via
# pyasn1-modules
Expand All @@ -346,7 +360,9 @@ pygments==2.18.0
pyjwt[crypto]==2.8.0
# via
# msal
# pyjwt
# snowflake-connector-python
pyopenssl==24.2.1
# via snowflake-connector-python
pytest==8.2.1
# via
# -r dev-requirements.in
Expand Down Expand Up @@ -385,6 +401,7 @@ pytz==2024.1
# via
# croniter
# pandas
# snowflake-connector-python
pyyaml==6.0.1
# via
# flytekit
Expand All @@ -403,6 +420,7 @@ requests==2.32.3
# kubernetes
# msal
# requests-oauthlib
# snowflake-connector-python
requests-oauthlib==2.0.0
# via
# google-auth-oauthlib
Expand Down Expand Up @@ -432,14 +450,20 @@ six==1.16.0
# isodate
# kubernetes
# python-dateutil
snowflake-connector-python==3.12.1
# via -r dev-requirements.in
sortedcontainers==2.4.0
# via hypothesis
# via
# hypothesis
# snowflake-connector-python
stack-data==0.6.3
# via ipython
statsd==3.3.0
# via flytekit
threadpoolctl==3.5.0
# via scikit-learn
tomlkit==0.13.2
# via snowflake-connector-python
traitlets==5.14.3
# via
# ipython
Expand All @@ -462,6 +486,7 @@ typing-extensions==4.12.0
# mashumaro
# mypy
# rich-click
# snowflake-connector-python
# typing-inspect
typing-inspect==0.9.0
# via dataclasses-json
Expand Down
Loading