Skip to content

Commit

Permalink
chore: make upgrade (not sure why files became absolute)
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Nov 16, 2024
1 parent ba9c157 commit 2a89551
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
26 changes: 13 additions & 13 deletions requirements/dev.pip
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ cogapp==3.4.1
# via -r requirements/dev.in
colorama==0.4.6
# via
# -r requirements/pytest.in
# -r requirements/tox.in
# -r /Users/ned/coverage/trunk/requirements/pytest.in
# -r /Users/ned/coverage/trunk/requirements/tox.in
# tox
dill==0.3.9
# via pylint
Expand All @@ -46,11 +46,11 @@ filelock==3.16.1
# tox
# virtualenv
flaky==3.8.1
# via -r requirements/pytest.in
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
greenlet==3.1.1
# via -r requirements/dev.in
hypothesis==6.118.8
# via -r requirements/pytest.in
hypothesis==6.119.1
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
idna==3.10
# via requests
importlib-metadata==8.5.0
Expand Down Expand Up @@ -110,7 +110,7 @@ pudb==2024.1.3
# via -r requirements/dev.in
pygments==2.18.0
# via
# -r requirements/pytest.in
# -r /Users/ned/coverage/trunk/requirements/pytest.in
# pudb
# readme-renderer
# rich
Expand All @@ -122,10 +122,10 @@ pyproject-hooks==1.2.0
# via build
pytest==8.3.3
# via
# -r requirements/pytest.in
# -r /Users/ned/coverage/trunk/requirements/pytest.in
# pytest-xdist
pytest-xdist==3.6.1
# via -r requirements/pytest.in
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
readme-renderer==44.0
# via
# -r requirements/dev.in
Expand Down Expand Up @@ -157,10 +157,10 @@ tomlkit==0.13.2
# via pylint
tox==4.23.2
# via
# -r requirements/tox.in
# -r /Users/ned/coverage/trunk/requirements/tox.in
# tox-gh
tox-gh==1.4.4
# via -r requirements/tox.in
# via -r /Users/ned/coverage/trunk/requirements/tox.in
twine==5.1.1
# via -r requirements/dev.in
typing-extensions==4.12.2
Expand All @@ -182,7 +182,7 @@ urwid-readline==0.15.1
# via pudb
virtualenv==20.27.1
# via
# -r requirements/pip.in
# -r /Users/ned/coverage/trunk/requirements/pip.in
# tox
wcwidth==0.2.13
# via urwid
Expand All @@ -191,8 +191,8 @@ zipp==3.21.0

# The following packages are considered to be unsafe in a requirements file:
pip==24.3.1
# via -r requirements/pip.in
# via -r /Users/ned/coverage/trunk/requirements/pip.in
setuptools==75.5.0
# via
# -r requirements/pip.in
# -r /Users/ned/coverage/trunk/requirements/pip.in
# check-manifest
14 changes: 7 additions & 7 deletions requirements/mypy.pip
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
attrs==24.2.0
# via hypothesis
colorama==0.4.6
# via -r requirements/pytest.in
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
exceptiongroup==1.2.2
# via
# hypothesis
# pytest
execnet==2.1.1
# via pytest-xdist
flaky==3.8.1
# via -r requirements/pytest.in
hypothesis==6.118.8
# via -r requirements/pytest.in
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
hypothesis==6.119.1
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
iniconfig==2.0.0
# via pytest
mypy==1.13.0
Expand All @@ -29,13 +29,13 @@ packaging==24.2
pluggy==1.5.0
# via pytest
pygments==2.18.0
# via -r requirements/pytest.in
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
pytest==8.3.3
# via
# -r requirements/pytest.in
# -r /Users/ned/coverage/trunk/requirements/pytest.in
# pytest-xdist
pytest-xdist==3.6.1
# via -r requirements/pytest.in
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
sortedcontainers==2.4.0
# via hypothesis
tomli==2.1.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/pytest.pip
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ execnet==2.1.1
# via pytest-xdist
flaky==3.8.1
# via -r requirements/pytest.in
hypothesis==6.118.8
hypothesis==6.119.1
# via -r requirements/pytest.in
iniconfig==2.0.0
# via pytest
Expand Down

0 comments on commit 2a89551

Please sign in to comment.