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 37 #289

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
c1f31e4
Update attrs from 22.1.0 to 23.1.0
pyup-bot Sep 11, 2023
3a10e8d
Update attrs from 22.1.0 to 23.1.0
pyup-bot Sep 11, 2023
74d19b3
Update cattrs from 22.2.0 to 23.1.2
pyup-bot Sep 11, 2023
dd6b63a
Update fonttools from 4.29.1 to 4.42.1
pyup-bot Sep 11, 2023
33bfbce
Update fs from 2.4.15 to 2.4.16
pyup-bot Sep 11, 2023
9034593
Update lxml from 4.9.1 to 4.9.3
pyup-bot Sep 11, 2023
b744e1d
Update msgpack from 1.0.4 to 1.0.5
pyup-bot Sep 11, 2023
0eb193c
Update orjson from 3.7.8 to 3.9.7
pyup-bot Sep 11, 2023
29cb9b0
Update pytz from 2021.3 to 2023.3.post1
pyup-bot Sep 11, 2023
c756410
Update black from 22.1.0 to 23.9.1
pyup-bot Sep 11, 2023
0cf116b
Update click from 8.0.3 to 8.1.7
pyup-bot Sep 11, 2023
00a125e
Update coverage from 6.3.1 to 7.3.1
pyup-bot Sep 11, 2023
2c36ef6
Update flake8 from 4.0.1 to 6.1.0
pyup-bot Sep 11, 2023
59ce2e5
Update iniconfig from 1.1.1 to 2.0.0
pyup-bot Sep 11, 2023
56dd124
Update isort from 5.10.1 to 5.12.0
pyup-bot Sep 11, 2023
5bf9424
Update mccabe from 0.6.1 to 0.7.0
pyup-bot Sep 11, 2023
688c515
Update mypy from 0.931 to 1.5.1
pyup-bot Sep 11, 2023
b87fc51
Update mypy-extensions from 0.4.3 to 1.0.0
pyup-bot Sep 11, 2023
2a32b55
Update packaging from 21.3 to 23.1
pyup-bot Sep 11, 2023
c6896f2
Update pathspec from 0.9.0 to 0.11.2
pyup-bot Sep 11, 2023
fab122c
Update platformdirs from 2.4.1 to 3.10.0
pyup-bot Sep 11, 2023
e7f1a14
Update pluggy from 1.0.0 to 1.3.0
pyup-bot Sep 11, 2023
2790366
Update pycodestyle from 2.8.0 to 2.11.0
pyup-bot Sep 11, 2023
e34fa51
Update pyflakes from 2.4.0 to 3.1.0
pyup-bot Sep 11, 2023
3cc430f
Update pyparsing from 3.0.7 to 3.1.1
pyup-bot Sep 11, 2023
08e50df
Update pytest from 7.0.0 to 7.4.2
pyup-bot Sep 11, 2023
1d72375
Update tomli from 2.0.0 to 2.0.1
pyup-bot Sep 11, 2023
0271b09
Update typing-extensions from 4.0.1 to 4.7.1
pyup-bot Sep 11, 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.7.1
# 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.5
# 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