Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(dependencies): bumping fonttools #26793

Merged
merged 3 commits into from
Jan 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 6 additions & 12 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ dnspython==2.1.0
# via email-validator
email-validator==1.1.3
# via flask-appbuilder
exceptiongroup==1.1.1
# via cattrs
flask==2.2.5
# via
# apache-superset
Expand Down Expand Up @@ -157,10 +155,7 @@ idna==3.2
# email-validator
# requests
importlib-metadata==6.6.0
# via
# apache-superset
# flask
# shillelagh
# via apache-superset
importlib-resources==5.12.0
# via limits
isodate==0.6.0
Expand Down Expand Up @@ -269,6 +264,7 @@ python-dateutil==2.8.2
# via
# alembic
# apache-superset
# celery
# croniter
# flask-appbuilder
# holidays
Expand All @@ -283,7 +279,6 @@ python-geohash==0.8.5
pytz==2021.3
# via
# babel
# celery
# flask-babel
# pandas
pyyaml==6.0.1
Expand Down Expand Up @@ -343,12 +338,13 @@ tabulate==0.8.9
typing-extensions==4.4.0
# via
# apache-superset
# cattrs
# flask-limiter
# limits
# shillelagh
tzdata==2023.3
# via pandas
# via
# celery
# pandas
url-normalize==1.4.3
# via requests-cache
urllib3==1.26.6
Expand Down Expand Up @@ -383,9 +379,7 @@ wtforms-json==0.3.5
xlsxwriter==3.0.7
# via apache-superset
zipp==3.15.0
# via
# importlib-metadata
# importlib-resources
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools
13 changes: 1 addition & 12 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@ ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.2
# via stack-data
pure-sasl==0.6.2
# via
# pyhive
# thrift-sasl
pyasn1==0.5.0
# via
# pyasn1-modules
Expand Down Expand Up @@ -115,14 +111,7 @@ tableschema==1.20.2
tabulator==1.53.5
# via tableschema
thrift==0.16.0
# via
# apache-superset
# pyhive
# thrift-sasl
thrift-sasl==0.4.3
# via pyhive
tomli==2.0.1
# via pylint
# via apache-superset
tomlkit==0.11.8
# via pylint
traitlets==5.9.0
Expand Down
6 changes: 0 additions & 6 deletions requirements/integration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ pyproject-hooks==1.0.0
# via build
pyyaml==6.0.1
# via pre-commit
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-api
# tox
toposort==1.10
# via pip-compile-multi
tox==4.6.4
Expand Down
4 changes: 1 addition & 3 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ docker==6.1.1
# via -r requirements/testing.in
flask-testing==0.8.1
# via -r requirements/testing.in
fonttools==4.39.4
fonttools==4.43.0
# via matplotlib
freezegun==1.2.2
# via -r requirements/testing.in
Expand Down Expand Up @@ -117,8 +117,6 @@ pyee==9.0.4
# via playwright
pyfakefs==5.2.2
# via -r requirements/testing.in
pyhive[presto]==0.7.0
# via apache-superset
pytest==7.3.1
# via
# -r requirements/testing.in
Expand Down
Loading