Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 14, 2023
1 parent 1d2a712 commit 34a883f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
backoff==1.8.0
certifi==2020.12.5
certifi==2023.7.22
chardet==4.0.0
ciso8601==2.1.3
idna==2.10
Expand Down
2 changes: 1 addition & 1 deletion setup.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
py_modules=["tap_dynamics"],
install_requires=[
"backoff==1.8.0",
"certifi==2020.12.5",
"certifi==2023.7.22",
"chardet==4.0.0",
"ciso8601==2.1.3",
"idna==2.10",
Expand Down

0 comments on commit 34a883f

Please sign in to comment.