diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 53d181df6a..02908773a8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -168,6 +168,7 @@ jobs: - name: Install Ralph's python dependencies run: | pip3 install -r "${GITHUB_WORKSPACE}/requirements/test.txt" + pip3 install -e . - name: Test Ralph's settings run: ./scripts/test_settings.sh prod test >/dev/null diff --git a/pyproject.toml b/pyproject.toml index 16f7e605ad..8a20cd9f55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dependencies = [ "drf-nested-routers==0.92.5", "factory-boy==2.11.1", "mysqlclient==1.3.13", - "netaddr==0.7.18", + "netaddr==0.10.1", "openpyxl==2.4.0", "py-moneyed==1.2", "python-dateutil==2.4.2", diff --git a/requirements/dev.txt b/requirements/dev.txt index a5d7a297a6..9ae498c4db 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -286,7 +286,7 @@ msgpack-python==0.4.7 # via ralph (pyproject.toml) mysqlclient==1.3.13 # via ralph (pyproject.toml) -netaddr==0.7.18 +netaddr==0.10.1 # via # ralph (pyproject.toml) # oslo-config diff --git a/requirements/docs.txt b/requirements/docs.txt index b92edab4b3..6c80b28b0b 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -201,7 +201,7 @@ msgpack-python==0.4.7 # via ralph (pyproject.toml) mysqlclient==1.3.13 # via ralph (pyproject.toml) -netaddr==0.7.18 +netaddr==0.10.1 # via # ralph (pyproject.toml) # oslo-config diff --git a/requirements/prod.txt b/requirements/prod.txt index 87adbf1842..bf25051d05 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -176,7 +176,7 @@ msgpack-python==0.4.7 # via ralph (pyproject.toml) mysqlclient==1.3.13 # via ralph (pyproject.toml) -netaddr==0.7.18 +netaddr==0.10.1 # via # ralph (pyproject.toml) # oslo-config diff --git a/requirements/test.txt b/requirements/test.txt index 11d94ab675..f10e451103 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -248,7 +248,7 @@ msgpack-python==0.4.7 # via ralph (pyproject.toml) mysqlclient==1.3.13 # via ralph (pyproject.toml) -netaddr==0.7.18 +netaddr==0.10.1 # via # ralph (pyproject.toml) # oslo-config