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 certifi from 2020.12.5 to 2022.12.7 in /requirements #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
24 changes: 12 additions & 12 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ attrs==20.3.0
# pytest-mypy
bleach==3.3.0
# via readme-renderer
certifi==2020.12.5
certifi==2022.12.7
# via requests
cffi==1.14.5
# via cryptography
Expand Down Expand Up @@ -46,10 +46,10 @@ mccabe==0.6.1
# via
# flake8
# pytest-mccabe
mypy-extensions==0.4.3
# via mypy
mypy==0.812
# via pytest-mypy
mypy-extensions==0.4.3
# via mypy
packaging==20.9
# via
# bleach
Expand All @@ -70,6 +70,13 @@ pygments==2.8.1
# via readme-renderer
pyparsing==2.4.7
# via packaging
pytest==6.2.3
# via
# -r dev.in
# pytest-cov
# pytest-flake8
# pytest-mccabe
# pytest-mypy
pytest-cov==2.11.1
# via -r dev.in
pytest-flake8==1.0.7
Expand All @@ -78,21 +85,14 @@ pytest-mccabe==2.0
# via -r dev.in
pytest-mypy==0.8.1
# via -r dev.in
pytest==6.2.3
# via
# -r dev.in
# pytest-cov
# pytest-flake8
# pytest-mccabe
# pytest-mypy
readme-renderer==29.0
# via twine
requests-toolbelt==0.9.1
# via twine
requests==2.25.1
# via
# requests-toolbelt
# twine
requests-toolbelt==0.9.1
# via twine
rfc3986==1.4.0
# via twine
secretstorage==3.3.1
Expand Down