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 42 #295

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
68e041f
Update attrs from 22.1.0 to 23.1.0
pyup-bot Oct 16, 2023
54933a2
Update attrs from 22.1.0 to 23.1.0
pyup-bot Oct 16, 2023
eca637f
Update cattrs from 22.2.0 to 23.1.2
pyup-bot Oct 16, 2023
b7ecf8b
Update fonttools from 4.29.1 to 4.43.1
pyup-bot Oct 16, 2023
087eeb2
Update fs from 2.4.15 to 2.4.16
pyup-bot Oct 16, 2023
48e75bf
Update lxml from 4.9.1 to 4.9.3
pyup-bot Oct 16, 2023
c6b3877
Update msgpack from 1.0.4 to 1.0.7
pyup-bot Oct 16, 2023
2a9442c
Update orjson from 3.7.8 to 3.9.9
pyup-bot Oct 16, 2023
715312a
Update pytz from 2021.3 to 2023.3.post1
pyup-bot Oct 16, 2023
f5aa50d
Update black from 22.1.0 to 23.9.1
pyup-bot Oct 16, 2023
8265d5d
Update click from 8.0.3 to 8.1.7
pyup-bot Oct 16, 2023
9877875
Update coverage from 6.3.1 to 7.3.2
pyup-bot Oct 16, 2023
27cfe69
Update flake8 from 4.0.1 to 6.1.0
pyup-bot Oct 16, 2023
830bbf7
Update iniconfig from 1.1.1 to 2.0.0
pyup-bot Oct 16, 2023
0bc6f64
Update isort from 5.10.1 to 5.12.0
pyup-bot Oct 16, 2023
a19443e
Update mccabe from 0.6.1 to 0.7.0
pyup-bot Oct 16, 2023
be5ab77
Update mypy from 0.931 to 1.6.0
pyup-bot Oct 16, 2023
dbf8da9
Update mypy-extensions from 0.4.3 to 1.0.0
pyup-bot Oct 16, 2023
fcf29c9
Update packaging from 21.3 to 23.2
pyup-bot Oct 16, 2023
d859e19
Update pathspec from 0.9.0 to 0.11.2
pyup-bot Oct 16, 2023
76128d6
Update platformdirs from 2.4.1 to 3.11.0
pyup-bot Oct 16, 2023
1c58ea0
Update pluggy from 1.0.0 to 1.3.0
pyup-bot Oct 16, 2023
bde6360
Update pycodestyle from 2.8.0 to 2.11.1
pyup-bot Oct 16, 2023
e2bd356
Update pyflakes from 2.4.0 to 3.1.0
pyup-bot Oct 16, 2023
b021e3c
Update pyparsing from 3.0.7 to 3.1.1
pyup-bot Oct 16, 2023
7c5689a
Update pytest from 7.0.0 to 7.4.2
pyup-bot Oct 16, 2023
284a09b
Update tomli from 2.0.0 to 2.0.1
pyup-bot Oct 16, 2023
121d09b
Update typing-extensions from 4.0.1 to 4.8.0
pyup-bot Oct 16, 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.2
# 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.6.0
# via -r requirements-dev.in
mypy-extensions==0.4.3
mypy-extensions==1.0.0
# via
# black
# mypy
packaging==21.3
packaging==23.2
# via pytest
pathspec==0.9.0
pathspec==0.11.2
# via black
platformdirs==2.4.1
platformdirs==3.11.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.1
# 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.43.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.7
# via ufoLib2 (setup.cfg)
orjson==3.7.8 ; platform_python_implementation != "PyPy"
orjson==3.9.9; 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