Skip to content

Commit

Permalink
Merge pull request #1983 from glensc/track-typing-extensions
Browse files Browse the repository at this point in the history
Pipenv: Track typing-extensions package for dependabot
  • Loading branch information
glensc authored Jun 11, 2024
2 parents 1c957ce + 3022b23 commit 7792277
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ requests-oauthlib = {version="==2.0.0", python_version=">='3.4'"}
rich = "==13.7.1"
six = {version="==1.16.0", python_version=">='3.4'"}
tqdm = "==4.66.4"
typing-extensions = {version="==4.12.2", python_version=">= '3.8'"}
url-normalize = {version="==1.4.3", python_version=">='3.6'"}
urllib3 = "==2.2.1"
wcwidth = "==0.2.13"
Expand Down
2 changes: 1 addition & 1 deletion 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.pipenv.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
#

-i https://pypi.org/simple/
pipenv==2023.11.15
pipenv==2023.12.1

0 comments on commit 7792277

Please sign in to comment.