Skip to content

Commit

Permalink
Upgrade typing-extensions to 4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospri committed Dec 27, 2023
1 parent 6c8e276 commit 5aff4ca
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion requirements/bddtests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ translationstring==1.4
# via
# -r requirements/prod.txt
# pyramid
typing-extensions==4.7.1
typing-extensions==4.9.0
# via
# -r requirements/prod.txt
# alembic
Expand Down
2 changes: 1 addition & 1 deletion requirements/checkformatting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ tomli==1.2.2
# build
# pep517
# pip-tools
typing-extensions==4.8.0
typing-extensions==4.9.0
# via black
wheel==0.37.1
# via pip-tools
Expand Down
4 changes: 1 addition & 3 deletions requirements/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ build==0.8.0
click==8.1.3
# via pip-tools
coverage[toml]==7.3.4
# via
# -r requirements/coverage.in
# coverage
# via -r requirements/coverage.in
importlib-metadata==4.12.0
# via pip-sync-faster
packaging==21.3
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ translationstring==1.4
# via
# -r requirements/prod.txt
# pyramid
typing-extensions==4.7.1
typing-extensions==4.9.0
# via
# -r requirements/prod.txt
# alembic
Expand Down
2 changes: 1 addition & 1 deletion requirements/format.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ tomli==1.2.2
# build
# pep517
# pip-tools
typing-extensions==4.8.0
typing-extensions==4.9.0
# via black
wheel==0.37.1
# via pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/functests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ translationstring==1.4
# via
# -r requirements/prod.txt
# pyramid
typing-extensions==4.7.1
typing-extensions==4.9.0
# via
# -r requirements/prod.txt
# alembic
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ translationstring==1.4
# -r requirements/functests.txt
# -r requirements/tests.txt
# pyramid
typing-extensions==4.7.1
typing-extensions==4.9.0
# via
# -r requirements/bddtests.txt
# -r requirements/functests.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ transaction==2.4.0
# zope-sqlalchemy
translationstring==1.4
# via pyramid
typing-extensions==4.7.1
typing-extensions==4.9.0
# via
# alembic
# async-timeout
Expand Down
2 changes: 1 addition & 1 deletion requirements/template.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
typing-extensions==4.8.0
typing-extensions==4.9.0
# via rich
urllib3==1.26.18
# via requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ translationstring==1.4
# via
# -r requirements/prod.txt
# pyramid
typing-extensions==4.7.1
typing-extensions==4.9.0
# via
# -r requirements/prod.txt
# alembic
Expand Down

0 comments on commit 5aff4ca

Please sign in to comment.