Skip to content

Commit

Permalink
Bump netaddr
Browse files Browse the repository at this point in the history
  • Loading branch information
hipek8 committed Dec 13, 2024
1 parent 918f61d commit d01d9ef
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d01d9ef

Please sign in to comment.