Skip to content

Commit

Permalink
Merge pull request #8 from omahapython/dependabot/pip/certifi-2022.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 8, 2022
2 parents 213acd4 + a91552e commit da8b43d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "pypi"

[packages]
requests = "==2.19.1"
certifi = "==2018.4.16"
certifi = "==2022.12.7"
chardet = "==3.0.4"
idna = "==2.7"
python-decouple = "==3.1"
Expand Down
8 changes: 4 additions & 4 deletions Pipfile.lock

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

12 changes: 10 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
certifi==2018.4.16
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements
#

-i https://pypi.org/simple/
certifi==2022.12.7
chardet==3.0.4
Django==2.1.1
django==2.1.1
djangorestframework==3.8.2
idna==2.7
python-decouple==3.1
Expand Down

0 comments on commit da8b43d

Please sign in to comment.