Skip to content

Commit

Permalink
Bump cryptography from 42.0.8 to 43.0.1
Browse files Browse the repository at this point in the history
Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.8 to 43.0.1.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@42.0.8...43.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 10, 2024
1 parent d654d21 commit 594fba6
Showing 1 changed file with 156 additions and 62 deletions.
218 changes: 156 additions & 62 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,67 +4,161 @@
#
# pip-compile --allow-unsafe --annotation-style=line --no-emit-index-url requirements_dev.in
#
attrs==22.1.0 # via pytest
azure-core==1.26.1 # via azure-storage-blob
azure-storage-blob==12.16.0 # via -r requirements.txt
build==0.9.0 # via pip-tools
certifi==2024.7.4 # via requests
cffi==1.15.1 # via cryptography
charset-normalizer==2.1.1 # via requests
click==8.1.3 # via pip-tools
contourpy==1.0.6 # via matplotlib
coverage[toml]==6.5.0 # via pytest-cov
cryptography==42.0.8 # via azure-storage-blob
cycler==0.11.0 # via matplotlib
distlib==0.3.6 # via -r requirements.txt
docutils==0.19 # via python-daemon
exceptiongroup==1.0.4 # via pytest
flake8==4.0.1 # via -r requirements_dev.in, pytest-flake8
fonttools==4.53.1 # via matplotlib
idna==3.7 # via requests
iniconfig==1.1.1 # via pytest
isodate==0.6.1 # via azure-storage-blob
kiwisolver==1.4.4 # via matplotlib
lockfile==0.12.2 # via python-daemon
luigi==3.1.1 # via -r requirements.txt
matplotlib==3.6.2 # via -r requirements.txt
mccabe==0.6.1 # via flake8
networkx==2.8.8 # via -r requirements.txt
numexpr==2.8.4 # via tables
numpy==1.23.5 # via -r requirements.txt, contourpy, matplotlib, numexpr, pandas, pyarrow, tables
packaging==21.3 # via build, matplotlib, pytest, tables
pandas==1.5.2 # via -r requirements.txt
pep517==0.13.0 # via build
pillow==10.4.0 # via matplotlib
pip-tools==6.10.0 # via -r requirements_dev.in
pipdeptree==2.3.3 # via -r requirements.txt
pluggy==1.0.0 # via pytest
py4j==0.10.9.7 # via pyspark
pyarrow==16.1.0 # via -r requirements.txt
pycodestyle==2.8.0 # via flake8
pycparser==2.21 # via cffi
pyflakes==2.4.0 # via flake8
pyparsing==3.0.9 # via matplotlib, packaging
pyspark==3.5.0 # via -r requirements.txt
pytest==7.2.0 # via -r requirements_dev.in, pytest-cov, pytest-flake8
pytest-cov==4.0.0 # via -r requirements_dev.in
pytest-flake8==1.1.1 # via -r requirements_dev.in
pytest-runner==6.0.0 # via -r requirements_dev.in
python-daemon==2.3.2 # via luigi
python-dateutil==2.8.2 # via luigi, matplotlib, pandas
pytz==2022.6 # via pandas
requests==2.32.3 # via azure-core
requirements-parser==0.5.0 # via -r requirements.txt
six==1.16.0 # via azure-core, isodate, python-dateutil
tables==3.7.0 # via -r requirements.txt
tenacity==8.1.0 # via luigi
tomli==2.0.1 # via build, coverage, pep517, pytest
tornado==6.4.1 # via luigi
types-setuptools==65.6.0.1 # via requirements-parser
typing-extensions==4.4.0 # via azure-core, azure-storage-blob
urllib3==2.2.2 # via requests
wheel==0.38.4 # via pip-tools
attrs==22.1.0
# via pytest
azure-core==1.26.1
# via azure-storage-blob
azure-storage-blob==12.16.0
# via -r requirements.txt
build==0.9.0
# via pip-tools
certifi==2024.7.4
# via requests
cffi==1.15.1
# via cryptography
charset-normalizer==2.1.1
# via requests
click==8.1.3
# via pip-tools
contourpy==1.0.6
# via matplotlib
coverage[toml]==6.5.0
# via pytest-cov
cryptography==43.0.1
# via azure-storage-blob
cycler==0.11.0
# via matplotlib
distlib==0.3.6
# via -r requirements.txt
docutils==0.19
# via python-daemon
exceptiongroup==1.0.4
# via pytest
flake8==4.0.1
# via
# -r requirements_dev.in
# pytest-flake8
fonttools==4.53.1
# via matplotlib
idna==3.7
# via requests
iniconfig==1.1.1
# via pytest
isodate==0.6.1
# via azure-storage-blob
kiwisolver==1.4.4
# via matplotlib
lockfile==0.12.2
# via python-daemon
luigi==3.1.1
# via -r requirements.txt
matplotlib==3.6.2
# via -r requirements.txt
mccabe==0.6.1
# via flake8
networkx==2.8.8
# via -r requirements.txt
numexpr==2.8.4
# via tables
numpy==1.23.5
# via
# -r requirements.txt
# contourpy
# matplotlib
# numexpr
# pandas
# pyarrow
# tables
packaging==21.3
# via
# build
# matplotlib
# pytest
# tables
pandas==1.5.2
# via -r requirements.txt
pep517==0.13.0
# via build
pillow==10.4.0
# via matplotlib
pip-tools==6.10.0
# via -r requirements_dev.in
pipdeptree==2.3.3
# via -r requirements.txt
pluggy==1.0.0
# via pytest
py4j==0.10.9.7
# via pyspark
pyarrow==16.1.0
# via -r requirements.txt
pycodestyle==2.8.0
# via flake8
pycparser==2.21
# via cffi
pyflakes==2.4.0
# via flake8
pyparsing==3.0.9
# via
# matplotlib
# packaging
pyspark==3.5.0
# via -r requirements.txt
pytest==7.2.0
# via
# -r requirements_dev.in
# pytest-cov
# pytest-flake8
pytest-cov==4.0.0
# via -r requirements_dev.in
pytest-flake8==1.1.1
# via -r requirements_dev.in
pytest-runner==6.0.0
# via -r requirements_dev.in
python-daemon==2.3.2
# via luigi
python-dateutil==2.8.2
# via
# luigi
# matplotlib
# pandas
pytz==2022.6
# via pandas
requests==2.32.3
# via azure-core
requirements-parser==0.5.0
# via -r requirements.txt
six==1.16.0
# via
# azure-core
# isodate
# python-dateutil
tables==3.7.0
# via -r requirements.txt
tenacity==8.1.0
# via luigi
tomli==2.0.1
# via
# build
# coverage
# pep517
# pytest
tornado==6.4.1
# via luigi
types-setuptools==65.6.0.1
# via requirements-parser
typing-extensions==4.4.0
# via
# azure-core
# azure-storage-blob
urllib3==2.2.2
# via requests
wheel==0.38.4
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
pip==24.1.2 # via pip-tools
setuptools==70.3.0 # via pip-tools, python-daemon
pip==24.1.2
# via pip-tools
setuptools==70.3.0
# via
# pip-tools
# python-daemon

0 comments on commit 594fba6

Please sign in to comment.