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 2018.11.29 to 2022.12.7 #71

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
43 changes: 27 additions & 16 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,35 @@
#
# pip-compile --no-index --no-emit-trusted-host --output-file test-requirements.txt requirements.txt test-requirements.in
#
certifi==2018.11.29 # via requests
chardet==3.0.4 # via requests
click==7.0 # via flask
decorator==4.3.2 # via retry
certifi==2022.12.7
# via requests
chardet==3.0.4
# via requests
decorator==4.3.2
# via retry
flake8==3.0.4
flask==1.0.2
idna==2.8 # via requests
itsdangerous==1.1.0 # via flask
jinja2==2.10 # via flask
markupsafe==1.1.0 # via jinja2
mccabe==0.5.3 # via flake8
# via -r test-requirements.in
idna==2.8
# via requests
mccabe==0.5.3
# via flake8
nose==1.3.7
pbr==5.1.1 # via python-ubersmithclient
py==1.7.0 # via retry
pycodestyle==2.0.0 # via flake8
pyflakes==1.2.3 # via flake8
# via -r test-requirements.in
pbr==5.1.1
# via python-ubersmithclient
py==1.7.0
# via retry
pycodestyle==2.0.0
# via flake8
pyflakes==1.2.3
# via flake8
python-ubersmithclient==2.0.8
# via -r test-requirements.in
requests==2.21.0
# via
# -r test-requirements.in
# python-ubersmithclient
retry==0.9.2
urllib3==1.24.1 # via requests
werkzeug==0.14.1 # via flask
# via -r test-requirements.in
urllib3==1.24.1
# via requests