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.7.22 to 2024.7.4 #653

Open
wants to merge 1 commit into
base: main
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
7 changes: 6 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ cachetools==5.3.0
# via
# -r requirements.txt
# flipper-client
certifi==2023.7.22
certifi==2024.7.4
# via
# -r requirements.txt
# requests
Expand Down Expand Up @@ -179,6 +179,10 @@ funding-service-design-utils==2.0.52
# via -r requirements.txt
govuk-frontend-jinja==2.8.0
# via -r requirements.txt
greenlet==3.0.3
# via
# -r requirements.txt
# sqlalchemy
gunicorn==20.1.0
# via
# -r requirements.txt
Expand Down Expand Up @@ -488,6 +492,7 @@ tomli==2.0.1
# black
# build
# flake8-pyproject
# pyproject-hooks
# pytest
# pytest-env
typing-extensions==4.5.0
Expand Down
8 changes: 6 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ brotli==1.0.9
# via flask-compress
cachetools==5.3.0
# via flipper-client
certifi==2023.7.22
certifi==2024.7.4
# via
# requests
# sentry-sdk
Expand Down Expand Up @@ -115,6 +115,8 @@ funding-service-design-utils==2.0.52
# via -r requirements.in
govuk-frontend-jinja==2.8.0
# via -r requirements.in
greenlet==3.0.3
# via sqlalchemy
gunicorn==20.1.0
# via funding-service-design-utils
html5lib==1.1
Expand Down Expand Up @@ -195,7 +197,9 @@ pyhanko-certvalidator==0.23.0
# pyhanko
# xhtml2pdf
pyjwt[crypto]==2.6.0
# via funding-service-design-utils
# via
# funding-service-design-utils
# pyjwt
pyopenssl==24.0.0
# via -r requirements.in
pypdf==3.17.0
Expand Down