Skip to content

Commit

Permalink
chore: make upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Aug 4, 2024
1 parent 7a27f40 commit 3872525
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions requirements/dev.pip
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
astroid==3.2.4
# via pylint
attrs==23.2.0
attrs==24.1.0
# via hypothesis
backports-tarfile==1.2.0
# via jaraco-context
Expand Down Expand Up @@ -49,7 +49,7 @@ flaky==3.8.1
# via -r requirements/pytest.in
greenlet==3.0.3
# via -r requirements/dev.in
hypothesis==6.108.5
hypothesis==6.108.7
# via -r requirements/pytest.in
idna==3.7
# via requests
Expand All @@ -72,7 +72,7 @@ jaraco-functools==4.0.2
# via keyring
jedi==0.19.1
# via pudb
keyring==25.2.1
keyring==25.3.0
# via twine
libsass==0.23.0
# via -r requirements/dev.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/kit.pip
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ backports-tarfile==1.2.0
# via jaraco-context
bashlex==0.18
# via cibuildwheel
bracex==2.4
bracex==2.5
# via cibuildwheel
build==1.2.1
# via -r requirements/kit.in
Expand All @@ -20,7 +20,7 @@ certifi==2024.7.4
# requests
charset-normalizer==3.3.2
# via requests
cibuildwheel==2.19.2
cibuildwheel==2.20.0
# via -r requirements/kit.in
colorama==0.4.6
# via -r requirements/kit.in
Expand All @@ -43,7 +43,7 @@ jaraco-context==5.3.0
# via keyring
jaraco-functools==4.0.2
# via keyring
keyring==25.2.1
keyring==25.3.0
# via twine
markdown-it-py==3.0.0
# via rich
Expand Down
4 changes: 2 additions & 2 deletions requirements/mypy.pip
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
attrs==23.2.0
attrs==24.1.0
# via hypothesis
colorama==0.4.6
# via -r requirements/pytest.in
Expand All @@ -16,7 +16,7 @@ execnet==2.1.1
# via pytest-xdist
flaky==3.8.1
# via -r requirements/pytest.in
hypothesis==6.108.5
hypothesis==6.108.7
# via -r requirements/pytest.in
iniconfig==2.0.0
# via pytest
Expand Down
4 changes: 2 additions & 2 deletions requirements/pytest.pip
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
attrs==23.2.0
attrs==24.1.0
# via hypothesis
colorama==0.4.6
# via -r requirements/pytest.in
Expand All @@ -16,7 +16,7 @@ execnet==2.1.1
# via pytest-xdist
flaky==3.8.1
# via -r requirements/pytest.in
hypothesis==6.108.5
hypothesis==6.108.7
# via -r requirements/pytest.in
iniconfig==2.0.0
# via pytest
Expand Down

0 comments on commit 3872525

Please sign in to comment.