Skip to content

Commit

Permalink
chore: make upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Jun 2, 2022
1 parent f22072a commit 35cdddb
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
10 changes: 6 additions & 4 deletions requirements/dev.pip
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ execnet==1.9.0
# via
# -r requirements/pytest.pip
# pytest-xdist
filelock==3.7.0
filelock==3.7.1
# via
# -r requirements/pip.pip
# tox
Expand All @@ -60,7 +60,7 @@ future==0.18.2
# pycontracts
greenlet==1.1.2
# via -r requirements/dev.in
hypothesis==6.46.9
hypothesis==6.46.11
# via -r requirements/pytest.pip
idna==3.3
# via requests
Expand Down Expand Up @@ -129,7 +129,7 @@ pygments==2.12.0
# pudb
# readme-renderer
# rich
pylint==2.13.9
pylint==2.14.0
# via -r requirements/dev.in
pyparsing==3.0.9
# via
Expand Down Expand Up @@ -188,9 +188,11 @@ tomli==2.0.1
# check-manifest
# pylint
# pytest
tomlkit==0.11.0
# via pylint
tox==3.25.0
# via -r requirements/dev.in
twine==4.0.0
twine==4.0.1
# via -r requirements/dev.in
typed-ast==1.5.4
# via astroid
Expand Down
2 changes: 1 addition & 1 deletion requirements/kit.pip
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ certifi==2022.5.18.1
# via cibuildwheel
cibuildwheel==2.6.0
# via -r requirements/kit.in
filelock==3.7.0
filelock==3.7.1
# via cibuildwheel
importlib-metadata==4.11.4
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.pip
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
distlib==0.3.4
# via virtualenv
filelock==3.7.0
filelock==3.7.1
# via virtualenv
importlib-metadata==4.11.4
# via virtualenv
Expand Down
2 changes: 1 addition & 1 deletion requirements/pytest.pip
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ flaky==3.7.0
# via -r requirements/pytest.in
future==0.18.2
# via pycontracts
hypothesis==6.46.9
hypothesis==6.46.11
# via -r requirements/pytest.in
importlib-metadata==4.11.4
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.pip
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
distlib==0.3.4
# via virtualenv
filelock==3.7.0
filelock==3.7.1
# via
# tox
# virtualenv
Expand Down

0 comments on commit 35cdddb

Please sign in to comment.