Skip to content

Bump certifi from 2019.11.28 to 2022.12.7 #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
Show file tree
Hide file tree
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
13 changes: 10 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
#
# pip-compile requirements.in
#
certifi==2020.6.20 # via sentry-sdk
sentry-sdk==0.15.1 # via -r requirements.in
urllib3==1.25.9 # via sentry-sdk
certifi==2022.12.7
# via sentry-sdk
jinja2==3.1.2
# via -r requirements.in
markupsafe==2.1.1
# via jinja2
sentry-sdk==0.15.1
# via -r requirements.in
urllib3==1.25.9
# via sentry-sdk
39 changes: 27 additions & 12 deletions tools_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,33 @@
#
# pip-compile tools_requirements.in
#
certifi==2019.11.28 # via httpx
chardet==3.0.4 # via httpx
gitdb2==2.0.6 # via gitpython
certifi==2022.12.7
# via httpx
chardet==3.0.4
# via httpx
gitdb2==2.0.6
# via gitpython
gitpython==3.0.5
h11==0.8.1 # via httpx
h2==3.1.1 # via httpx
hpack==3.0.0 # via h2
hstspreload==2019.12.6 # via httpx
# via -r tools_requirements.in
h11==0.8.1
# via httpx
h2==3.1.1
# via httpx
hpack==3.0.0
# via h2
hstspreload==2019.12.6
# via httpx
httpx==0.9.3
hyperframe==5.2.0 # via h2
idna==2.8 # via httpx
rfc3986==1.3.2 # via httpx
smmap2==2.0.5 # via gitdb2
sniffio==1.1.0 # via httpx
# via -r tools_requirements.in
hyperframe==5.2.0
# via h2
idna==2.8
# via httpx
rfc3986==1.3.2
# via httpx
smmap2==2.0.5
# via gitdb2
sniffio==1.1.0
# via httpx
tabulate==0.8.6
# via -r tools_requirements.in