Skip to content

Commit fb0801d

Browse files
committed
chore: make build to get dnspython==2.4.1
1 parent 28f0b14 commit fb0801d

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

requirements/dev.pip

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ pygments==2.15.1
108108
# pudb
109109
# readme-renderer
110110
# rich
111-
pylint==2.17.4
111+
pylint==2.17.5
112112
# via -r requirements/dev.in
113113
pyproject-api==1.5.3
114114
# via tox

requirements/light-threads.pip

+2-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@
66
#
77
cffi==1.15.1
88
# via -r requirements/light-threads.in
9-
dnspython==2.3.0
10-
# via
11-
# -c requirements/pins.pip
12-
# eventlet
9+
dnspython==2.4.1
10+
# via eventlet
1311
eventlet==0.33.3
1412
# via -r requirements/light-threads.in
1513
gevent==23.7.0

requirements/pins.pip

-3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,3 @@
66
# sphinx-rtd-theme wants <7
77
# https://github.com/readthedocs/sphinx_rtd_theme/issues/1463
88
Sphinx<7
9-
10-
# https://github.com/rthalley/dnspython/issues/957
11-
dnspython<2.4.0

0 commit comments

Comments
 (0)