Skip to content

Commit

Permalink
build: pin dnspython due to an undeclared dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Jul 25, 2023
1 parent ef60909 commit b9f1c7d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 23 deletions.
4 changes: 2 additions & 2 deletions requirements/dev.pip
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
more-itertools==9.1.0
more-itertools==10.0.0
# via jaraco-classes
packaging==23.1
# via
Expand Down Expand Up @@ -173,7 +173,7 @@ urwid==2.1.2
# urwid-readline
urwid-readline==0.13
# via pudb
virtualenv==20.24.1
virtualenv==20.24.2
# via
# -r requirements/pip.in
# tox
Expand Down
23 changes: 4 additions & 19 deletions requirements/light-threads.pip
Original file line number Diff line number Diff line change
Expand Up @@ -4,40 +4,25 @@
#
# make upgrade
#
anyio==3.7.1
# via httpcore
certifi==2023.7.22
# via httpcore
cffi==1.15.1
# via -r requirements/light-threads.in
dnspython==2.4.0
# via eventlet
dnspython==2.3.0
# via
# -c requirements/pins.pip
# eventlet
eventlet==0.33.3
# via -r requirements/light-threads.in
exceptiongroup==1.1.2
# via anyio
gevent==23.7.0
# via -r requirements/light-threads.in
greenlet==2.0.2
# via
# -r requirements/light-threads.in
# eventlet
# gevent
h11==0.14.0
# via httpcore
httpcore==0.17.3
# via dnspython
idna==3.4
# via anyio
pycparser==2.21
# via cffi
six==1.16.0
# via eventlet
sniffio==1.3.0
# via
# anyio
# dnspython
# httpcore
zope-event==5.0
# via gevent
zope-interface==6.0
Expand Down
3 changes: 3 additions & 0 deletions requirements/pins.pip
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@
# sphinx-rtd-theme wants <7
# https://github.com/readthedocs/sphinx_rtd_theme/issues/1463
Sphinx<7

# https://github.com/rthalley/dnspython/issues/957
dnspython<2.4.0
2 changes: 1 addition & 1 deletion requirements/pip.pip
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ filelock==3.12.2
# via virtualenv
platformdirs==3.9.1
# via virtualenv
virtualenv==20.24.1
virtualenv==20.24.2
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.pip
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ tox==4.6.4
# tox-gh
tox-gh==1.3.0
# via -r requirements/tox.in
virtualenv==20.24.1
virtualenv==20.24.2
# via tox

0 comments on commit b9f1c7d

Please sign in to comment.