Skip to content

Commit d55b856

Browse files
committed
Fix requirements for 2023.1
1 parent 919fa3b commit d55b856

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ oslo.config>=5.2.0 # Apache-2.0
1616
oslo.concurrency>=3.26.0 # Apache-2.0
1717
oslo.privsep>=1.32.0 # Apache-2.0
1818
python-openstackclient>=3.3.0 # Apache-2.0
19-
neutron-lib>=3.1.0 # Apache-2.0
19+
neutron-lib>=3.2.0 # Apache-2.0
2020
pyzmq
2121

22-
neutron>=21.0.0
22+
neutron>=22.0.0

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ usedevelop = True
1616
install_command =
1717
pip install {opts} {packages}
1818
deps =
19-
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/zed}
19+
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.1}
2020
-r{toxinidir}/requirements.txt
2121
-r{toxinidir}/test-requirements.txt
2222
hacking>=3.0.1,<3.1.0 # Apache-2.0

0 commit comments

Comments
 (0)