Skip to content

Commit 28d963a

Browse files
Update netifaces requirement from <0.11,>=0.10 to >=0.10,<0.12 (#1285)
--- updated-dependencies: - dependency-name: netifaces dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 52dcf07 commit 28d963a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
tornado==4.5.3 # http://www.tornadoweb.org/en/stable/releases.html
22
psycopg2==2.9.10 # http://initd.org/psycopg/articles/tag/release/
33
sqlalchemy>=1.3,<1.4 # http://docs.sqlalchemy.org/en/latest/changelog/index.html
4-
netifaces>=0.10,<0.11 # https://bitbucket.org/al45tair/netifaces/src/
4+
netifaces>=0.10,<0.12 # https://bitbucket.org/al45tair/netifaces/src/
55
pycryptodomex==3.19.0 # https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst
66
psutil>=5.5,<5.6 # https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
77
requests==2.32.3 # https://pypi.python.org/pypi/requests

0 commit comments

Comments
 (0)