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

Update python dependencies #1094

Merged
merged 1 commit into from
Nov 5, 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
2 changes: 1 addition & 1 deletion resources/scripts/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ lxml
cdifflib
glyphsLib
# our custom branch of gftools
git+https://github.com/googlefonts/gftools.git@fontc-flag-sketch
git+https://github.com/googlefonts/gftools.git@27b013a
8 changes: 4 additions & 4 deletions resources/scripts/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,15 @@ gflanguages==0.7.0
# glyphsets
gfsubsets==2024.9.25
# via gftools
gftools @ git+https://github.com/googlefonts/gftools.git@fontc-flag-sketch
gftools @ git+https://github.com/googlefonts/gftools.git@27b013a
# via -r resources/scripts/requirements.in
gitdb==4.0.11
# via gitpython
gitpython==3.1.43
# via font-v
glyphsets==1.0.0
# via gftools
glyphslib==6.9.2
glyphslib==6.9.3
# via
# -r resources/scripts/requirements.in
# babelfont
Expand Down Expand Up @@ -185,7 +185,7 @@ openstep-plist==0.4.0
# glyphslib
opentype-sanitizer==9.1.0
# via gftools
orjson==3.10.10
orjson==3.10.11
# via
# babelfont
# ufolib2
Expand Down Expand Up @@ -235,7 +235,7 @@ requests==2.32.3
# pygithub
resvg-cli==0.44.0
# via nanoemoji
rich==13.9.3
rich==13.9.4
# via gftools
ruamel-yaml==0.18.6
# via gftools
Expand Down
Loading