Skip to content

Commit

Permalink
Update certifi requirement in /functions-python
Browse files Browse the repository at this point in the history
Updates the requirements on [certifi](https://github.com/certifi/python-certifi) to permit the latest version.
- [Commits](certifi/python-certifi@2023.07.22...2024.07.04)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 16, 2024
1 parent 19c9f71 commit 36ee83a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion functions-python/batch_datasets/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ requests~=2.31.0
cloudevents~=1.10.1
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2023.7.22
certifi~=2024.7.4
2 changes: 1 addition & 1 deletion functions-python/extract_bb/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ requests~=2.31.0
cloudevents~=1.10.1
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2023.7.22
certifi~=2024.7.4
gtfs-kit
pandas
2 changes: 1 addition & 1 deletion functions-python/update_validation_report/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ requests~=2.31.0
cloudevents~=1.10.1
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2023.7.22
certifi~=2024.7.4
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ requests~=2.31.0
cloudevents~=1.10.1
attrs~=23.1.0
pluggy~=1.3.0
certifi~=2023.7.22
certifi~=2024.7.4

0 comments on commit 36ee83a

Please sign in to comment.