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 2023.5.7 to 2023.7.22 in /requirements #171

Merged
merged 1 commit into from
Jul 26, 2023
Merged
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
8 changes: 4 additions & 4 deletions requirements/runtime.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ annotated-types==0.5.0
# via pydantic
bleach==6.0.0
# via readme-renderer
certifi==2023.5.7
certifi==2023.7.22
# via requests
cffi==1.15.1
# via cryptography
Expand All @@ -19,7 +19,7 @@ cryptography==41.0.2
docutils==0.20.1
# via readme-renderer
id==1.0.0
# via -r requirements/runtime.in
# via -r runtime.in
idna==3.4
# via requests
importlib-metadata==6.8.0
Expand Down Expand Up @@ -56,7 +56,7 @@ readme-renderer==40.0
# via twine
requests==2.31.0
# via
# -r requirements/runtime.in
# -r runtime.in
# id
# requests-toolbelt
# twine
Expand All @@ -71,7 +71,7 @@ secretstorage==3.3.3
six==1.16.0
# via bleach
twine==4.0.2
# via -r requirements/runtime.in
# via -r runtime.in
typing-extensions==4.7.1
# via
# pydantic
Expand Down
Loading