Skip to content

Bump certifi from 2020.11.8 to 2022.12.7 in /{{ cookiecutter.project_slug }}/requirements #8

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

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
46 changes: 23 additions & 23 deletions {{ cookiecutter.project_slug }}/requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ black==20.8b1
# via -r ci.txt
bleach==3.2.1
# via readme-renderer
certifi==2020.11.8
certifi==2022.12.7
# via requests
cffi==1.14.3
# via cryptography
Expand All @@ -44,6 +44,18 @@ eradicate==2.0.0
# via
# -r ci.txt
# flake8-eradicate
flake8==3.8.4
# via
# -r ci.txt
# flake8-assert-msg
# flake8-bugbear
# flake8-builtins
# flake8-comprehensions
# flake8-eradicate
# flake8-executable
# flake8-isort
# flake8-raise
# flake8-string-format
flake8-assert-msg==1.1.1
# via -r ci.txt
flake8-bugbear==20.11.1
Expand All @@ -70,18 +82,6 @@ flake8-raise==0.0.5
# via -r ci.txt
flake8-string-format==0.3.0
# via -r ci.txt
flake8==3.8.4
# via
# -r ci.txt
# flake8-assert-msg
# flake8-bugbear
# flake8-builtins
# flake8-comprehensions
# flake8-eradicate
# flake8-executable
# flake8-isort
# flake8-raise
# flake8-string-format
idna==2.10
# via requests
iniconfig==1.1.1
Expand All @@ -107,13 +107,13 @@ more-itertools==8.6.0
# via
# -r ci.txt
# flake8-implicit-str-concat
mypy==0.790
# via -r ci.txt
mypy-extensions==0.4.3
# via
# -r ci.txt
# black
# mypy
mypy==0.790
# via -r ci.txt
packaging==20.8
# via
# -r ci.txt
Expand Down Expand Up @@ -153,30 +153,30 @@ pyparsing==2.4.7
# via
# -r ci.txt
# packaging
pytest-cov==2.10.1
# via -r ci.txt
pytest-mccabe==2.0
# via -r ci.txt
pytest-timeout==1.4.2
# via -r ci.txt
pytest==6.2.1
# via
# -r ci.txt
# pytest-cov
# pytest-mccabe
# pytest-timeout
pytest-cov==2.10.1
# via -r ci.txt
pytest-mccabe==2.0
# via -r ci.txt
pytest-timeout==1.4.2
# via -r ci.txt
readme-renderer==28.0
# via twine
regex==2020.11.13
# via
# -r ci.txt
# black
requests-toolbelt==0.9.1
# via twine
requests==2.25.0
# via
# requests-toolbelt
# twine
requests-toolbelt==0.9.1
# via twine
rfc3986==1.4.0
# via twine
secretstorage==3.2.0
Expand Down