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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 4 deletions
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

Lines changed: 0 additions & 3 deletions
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)