Skip to content

Commit

Permalink
Bump certifi from 2022.12.7 to 2023.7.22 in /requirements
Browse files Browse the repository at this point in the history
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22.
- [Commits](certifi/python-certifi@2022.12.07...2023.07.22)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and robertknight committed Jul 31, 2023
1 parent 5e8fdca commit 8a78b38
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cachetools==4.2.2
# via
# -r prod.txt
# google-auth
certifi==2022.12.7
certifi==2023.7.22
# via
# -r prod.txt
# requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/functests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cachetools==4.2.2
# via
# -r prod.txt
# google-auth
certifi==2022.12.7
certifi==2023.7.22
# via
# -r prod.txt
# requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cachetools==4.2.2
# -r functests.txt
# -r tests.txt
# google-auth
certifi==2022.12.7
certifi==2023.7.22
# via
# -r functests.txt
# -r tests.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ attrs==20.3.0
# via jsonschema
cachetools==4.2.2
# via google-auth
certifi==2022.12.7
certifi==2023.7.22
# via
# requests
# sentry-sdk
Expand Down
8 changes: 4 additions & 4 deletions requirements/template.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ binaryornot==0.4.4
# via cookiecutter
build==0.10.0
# via pip-tools
certifi==2023.5.7
certifi==2023.7.22
# via requests
chardet==5.1.0
# via binaryornot
Expand All @@ -21,7 +21,7 @@ click==8.1.3
# cookiecutter
# pip-tools
cookiecutter==2.1.1
# via -r requirements/template.in
# via -r template.in
idna==3.4
# via requests
importlib-metadata==6.6.0
Expand All @@ -37,10 +37,10 @@ markupsafe==2.1.2
packaging==23.1
# via build
pip-sync-faster==0.0.3
# via -r requirements/template.in
# via -r template.in
pip-tools==6.14.0
# via
# -r requirements/template.in
# -r template.in
# pip-sync-faster
pyproject-hooks==1.0.0
# via build
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cachetools==4.2.2
# via
# -r prod.txt
# google-auth
certifi==2022.12.7
certifi==2023.7.22
# via
# -r prod.txt
# requests
Expand Down

0 comments on commit 8a78b38

Please sign in to comment.