Skip to content

Commit

Permalink
Update certifi requirement
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.

Updates `certifi` to 2024.7.4
- [Commits](certifi/python-certifi@2023.07.22...2024.07.04)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 13, 2024
1 parent daeef88 commit f03311c
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_location/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 f03311c

Please sign in to comment.