Skip to content

Commit

Permalink
chore(deps): bump certifi from 2023.7.22 to 2023.11.17 (#2716)
Browse files Browse the repository at this point in the history
Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.7.22 to 2023.11.17.
- [Commits](certifi/python-certifi@2023.07.22...2023.11.17)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Dec 5, 2023
1 parent 91a1749 commit 3f788e6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aiofiles = "==23.2.1"
aiohttp = "==3.9.1"
alive-progress = "==3.1.5"
attrs = "==22.1.0"
certifi = "==2023.7.22"
certifi = "==2023.11.17"
cssselect = "==1.2.0"
html5lib = "==1.1"
isodate = "==0.6.1"
Expand Down
9 changes: 5 additions & 4 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ aiosignal==1.3.1; python_version >= '3.7'
alive-progress==3.1.5; python_version >= '3.7' and python_version < '4'
async-timeout==4.0.3; python_full_version >= '3.7.0'
attrs==22.1.0; python_version >= '3.5'
certifi==2023.7.22
certifi==2023.11.17; python_version >= '3.6'
charset-normalizer==3.3.1; python_full_version >= '3.7.0'
cssselect==1.2.0
frozenlist==1.4.0; python_version >= '3.8'
Expand Down

0 comments on commit 3f788e6

Please sign in to comment.