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

Scheduled weekly dependency update for week 39 #291

Closed
wants to merge 28 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
d3afca3
Update attrs from 22.1.0 to 23.1.0
pyup-bot Sep 25, 2023
5953c49
Update attrs from 22.1.0 to 23.1.0
pyup-bot Sep 25, 2023
0356c97
Update cattrs from 22.2.0 to 23.1.2
pyup-bot Sep 25, 2023
971ae38
Update fonttools from 4.29.1 to 4.42.1
pyup-bot Sep 25, 2023
aa2db1d
Update fs from 2.4.15 to 2.4.16
pyup-bot Sep 25, 2023
1947e93
Update lxml from 4.9.1 to 4.9.3
pyup-bot Sep 25, 2023
dd447c4
Update msgpack from 1.0.4 to 1.0.6
pyup-bot Sep 25, 2023
8121451
Update orjson from 3.7.8 to 3.9.7
pyup-bot Sep 25, 2023
e1882b8
Update pytz from 2021.3 to 2023.3.post1
pyup-bot Sep 25, 2023
81b3b02
Update black from 22.1.0 to 23.9.1
pyup-bot Sep 25, 2023
9152dbe
Update click from 8.0.3 to 8.1.7
pyup-bot Sep 25, 2023
86594e8
Update coverage from 6.3.1 to 7.3.1
pyup-bot Sep 25, 2023
d6b9483
Update flake8 from 4.0.1 to 6.1.0
pyup-bot Sep 25, 2023
956aa28
Update iniconfig from 1.1.1 to 2.0.0
pyup-bot Sep 25, 2023
0c1261c
Update isort from 5.10.1 to 5.12.0
pyup-bot Sep 25, 2023
dc39344
Update mccabe from 0.6.1 to 0.7.0
pyup-bot Sep 25, 2023
756b317
Update mypy from 0.931 to 1.5.1
pyup-bot Sep 25, 2023
4c73eb5
Update mypy-extensions from 0.4.3 to 1.0.0
pyup-bot Sep 25, 2023
7e0a0bc
Update packaging from 21.3 to 23.1
pyup-bot Sep 25, 2023
e3574a6
Update pathspec from 0.9.0 to 0.11.2
pyup-bot Sep 25, 2023
d7109da
Update platformdirs from 2.4.1 to 3.10.0
pyup-bot Sep 25, 2023
355fce6
Update pluggy from 1.0.0 to 1.3.0
pyup-bot Sep 25, 2023
7be971c
Update pycodestyle from 2.8.0 to 2.11.0
pyup-bot Sep 25, 2023
d3b61ac
Update pyflakes from 2.4.0 to 3.1.0
pyup-bot Sep 25, 2023
7d33295
Update pyparsing from 3.0.7 to 3.1.1
pyup-bot Sep 25, 2023
24ea2f1
Update pytest from 7.0.0 to 7.4.2
pyup-bot Sep 25, 2023
4c6eeac
Update tomli from 2.0.0 to 2.0.1
pyup-bot Sep 25, 2023
89bad4a
Update typing-extensions from 4.0.1 to 4.8.0
pyup-bot Sep 25, 2023
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
40 changes: 20 additions & 20 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,52 +4,52 @@
#
# pip-compile --output-file=requirements-dev.txt requirements-dev.in
#
attrs==22.1.0
attrs==23.1.0
# via
# -c requirements.txt
# pytest
black==22.1.0
black==23.9.1
# via -r requirements-dev.in
click==8.0.3
click==8.1.7
# via black
coverage==6.3.1
coverage==7.3.1
# via -r requirements-dev.in
flake8==4.0.1
flake8==6.1.0
# via -r requirements-dev.in
iniconfig==1.1.1
iniconfig==2.0.0
# via pytest
isort==5.10.1
isort==5.12.0
# via -r requirements-dev.in
mccabe==0.6.1
mccabe==0.7.0
# via flake8
mypy==0.931
mypy==1.5.1
# via -r requirements-dev.in
mypy-extensions==0.4.3
mypy-extensions==1.0.0
# via
# black
# mypy
packaging==21.3
packaging==23.1
# via pytest
pathspec==0.9.0
pathspec==0.11.2
# via black
platformdirs==2.4.1
platformdirs==3.10.0
# via black
pluggy==1.0.0
pluggy==1.3.0
# via pytest
py==1.11.0
# via pytest
pycodestyle==2.8.0
pycodestyle==2.11.0
# via flake8
pyflakes==2.4.0
pyflakes==3.1.0
# via flake8
pyparsing==3.0.7
pyparsing==3.1.1
# via packaging
pytest==7.0.0
pytest==7.4.2
# via -r requirements-dev.in
tomli==2.0.0
tomli==2.0.1
# via
# black
# mypy
# pytest
typing-extensions==4.0.1
typing-extensions==4.8.0
# via mypy
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@
#
appdirs==1.4.4
# via fs
attrs==22.1.0
attrs==23.1.0
# via
# cattrs
# ufoLib2 (setup.cfg)
cattrs==22.2.0
cattrs==23.1.2
# via ufoLib2 (setup.cfg)
fonttools[ufo]==4.29.1
fonttools[ufo]==4.42.1
# via ufoLib2 (setup.cfg)
fs==2.4.15
fs==2.4.16
# via fonttools
lxml==4.9.1
lxml==4.9.3
# via ufoLib2 (setup.cfg)
msgpack==1.0.4
msgpack==1.0.6
# via ufoLib2 (setup.cfg)
orjson==3.7.8 ; platform_python_implementation != "PyPy"
orjson==3.9.7; platform_python_implementation != "PyPy"
# via ufoLib2 (setup.cfg)
pytz==2021.3
pytz==2023.3.post1
# via fs
six==1.16.0
# via fs
Expand Down
Loading