summaryrefslogtreecommitdiff
path: root/requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* Drop lower-constraints.txt and its testingGhanshyam Mann2022-04-301-0/+4
| | | | | | | | | | | | | As discussed in TC PTG[1] and TC resolution[2], we are dropping the lower-constraints.txt file and its testing. We will keep lower bounds in the requirements.txt file but with a note that these are not tested lower bounds and we try our best to keep them updated. [1] https://etherpad.opendev.org/p/tc-zed-ptg#L326 [2] https://governance.openstack.org/tc/resolutions/20220414-drop-lower-constraints.html#proposal Change-Id: I3f72768442b3690f8ec85d5d15102ae6825dddd8
* Cap jsonschema 3.2.0 as the minimal versionHervé Beraud2021-11-231-1/+1
| | | | | | | | | | | | | | | Previous versions of jsonschema (<3.2.0) doesn't support python 3.8 [1]. Python 3.8 is part of the victoria supported runtimes [2] so we now force to use jsonschema version 3.2.0 to avoid issues, remove ambiguity and ensure that everything works with python 3 in general. This patch also advances tempest to 25.0.0 and oslo.concurrency to 3.26.0 for proper python3 support. [1] https://github.com/Julian/jsonschema/pull/627 [2] https://governance.openstack.org/tc/reference/runtimes/victoria.html#python-runtimes-for-victoria Change-Id: Iaf5ff97322ff6f18a3693dead20ec8f6fe7561ad
* Remove six and update lower-constraints appdirsMichael Johnson2021-03-261-1/+0
| | | | | | | | | | This patch removes the use of "six" as the package declares only python3 support. It also updates the appdirs lower-constraint to 1.4.0 to support pip. This version is available on both centos8 and focal. It also removes the linter related packages from lower-constraints. Change-Id: I9337f1998749bc40737f2f0e2dcc406b6f3a0ddf
* Uncap jsonschemaTony Breeds2019-04-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | We have jsonschema capped at a fairly old version. Other than some specific releases, it looks like keeping it below 3.0 was added in I943fd68b9fab3bce1764305a5058df5339470757 without really any explanation why. In order to update to a 3.x release we need to: 1. Remove the cap from global-requirements.txt (see Depends-On), leaving upper-constraints.txt at a 2.x release 2. Remove the cap from all consumers (this change) 3. Release a new version of consumers that are published to pypi 4. Update upper-constraints.txt with those new releases 5. Update jsonschema in upper-constraints.txt to a 3.X release (See: https://review.openstack.org/649789) 6. Test consumers with the change from 5. 7. [Optional] fix issues in consumers that arise from 6. 8. Merge the change from 5. Change-Id: I229ab45375c1c5a06c283b1d0cde3c2d951e5dd8 Co-Authored-by: Sean McGinnis <sean.mcginnis@gmail.com> Depends-On: https://review.openstack.org/649669
* Update json module to jsonutilscao.yuan2019-02-281-0/+1
| | | | | | | oslo project provide jsonutils, and the others use it in many place, this PS to update the json moudule to oslo jsonutils for consistency. Change-Id: I8cbf78b0735572f550ece31611258c3da9ae1d35
* Updated from global requirementsOpenStack Proposal Bot2018-02-171-1/+1
| | | | Change-Id: I2dd8ba0611ed01e151731b9e2c5c2a212d198599
* Updated from global requirementsOpenStack Proposal Bot2018-01-181-1/+1
| | | | Change-Id: I273c1bef643207929cbd5733d93ebf999d3e7132
* Updated from global requirementsOpenStack Proposal Bot2017-12-191-2/+2
| | | | Change-Id: Ie5e0096cdd95eb58ff07b2b3f1d6c0bdde3a4eae
* Updated from global requirementsOpenStack Proposal Bot2017-11-161-2/+2
| | | | Change-Id: Ib7c649a643de5e1652841430aac935c7f8c750fd
* Updated from global requirementsOpenStack Proposal Bot2017-10-121-1/+1
| | | | Change-Id: I383046a60d34047447ec4985a3907523c28e5965
* Updated from global requirementsOpenStack Proposal Bot2017-09-111-2/+2
| | | | Change-Id: I09abebf7b3a4ea52ffe1b64f07f10a863d90dbfb
* Updated from global requirementsOpenStack Proposal Bot2017-09-011-1/+1
| | | | Change-Id: Ia4da734a197135afb3498499baaf36b0a47bc43f
* Updated from global requirementsOpenStack Proposal Bot2017-07-271-3/+3
| | | | Change-Id: Ieb4d39aa64ea06022652c020f41274af90a4b405
* Updated from global requirementsOpenStack Proposal Bot2017-06-271-2/+2
| | | | Change-Id: I992d0aafc2d29eaf73a3e805e95fbd0a1665e323
* Updated from global requirementsOpenStack Proposal Bot2017-05-031-4/+4
| | | | Change-Id: I16448e7310c65ceee88aeb5baa120b1d2697ed93
* Updated from global requirementsOpenStack Proposal Bot2017-03-081-2/+2
| | | | Change-Id: I48dc080e9cb540dd1cf31e3f5fddcf4553d65021
* Updated from global requirementsOpenStack Proposal Bot2017-03-011-1/+1
| | | | Change-Id: I836c0af1bac70c44bcadd9804f496cb88e44a725
* Updated from global requirementsOpenStack Proposal Bot2017-02-111-1/+1
| | | | Change-Id: If3b2bf1ba35266375b131a432970672ae581d956
* Updated from global requirements2.5.0OpenStack Proposal Bot2017-01-211-1/+1
| | | | Change-Id: Ia46d69473e980602d436b5965415f41d5d444e3c
* Updated from global requirementsOpenStack Proposal Bot2017-01-161-1/+1
| | | | Change-Id: If9131d06694e0cde60d1a33cb5dda6487091d5be
* Updated from global requirementsOpenStack Proposal Bot2016-12-151-1/+1
| | | | Change-Id: I85f496f1d7fc72fbefad5000cba62672f35eb00a
* Updated from global requirementsOpenStack Proposal Bot2016-12-071-2/+2
| | | | Change-Id: I18182996ea73e0230081923c54631d3caad562e4
* Updated from global requirementsOpenStack Proposal Bot2016-11-091-2/+2
| | | | Change-Id: I4db5ef9d86c08667adebe44f4aa8daa08f4b8c71
* Updated from global requirementsOpenStack Proposal Bot2016-10-271-2/+2
| | | | Change-Id: Id1ccbc86d9cffb72c697733b87c76b5b95b48baa
* Updated from global requirementsOpenStack Proposal Bot2016-10-141-1/+1
| | | | Change-Id: I63f195bebae2b1e7750e1161fa238d33d639d3ca
* Updated from global requirementsOpenStack Proposal Bot2016-10-131-3/+3
| | | | Change-Id: I40367efdb5e696bdc3013b28789fe28771f2245c
* Updated from global requirements2.3.0OpenStack Proposal Bot2016-08-251-1/+1
| | | | Change-Id: I9614ddddaf4996bcde22fbe5b95b1e03686dac65
* Updated from global requirementsOpenStack Proposal Bot2016-08-011-2/+2
| | | | Change-Id: I4b8ce8fd2383381f8ed0d407e9441616200f97cd
* Updated from global requirementsOpenStack Proposal Bot2016-07-211-1/+1
| | | | Change-Id: I93f788f778b62d70cf5e18cee77e30e3c02e3b4c
* Updated from global requirementsOpenStack Proposal Bot2016-07-171-1/+1
| | | | Change-Id: I15a7e594e50502933fe5bb5a19f76161d84fabd2
* Updated from global requirementsOpenStack Proposal Bot2016-07-131-1/+1
| | | | Change-Id: I7bc3b73c617289d0e427d041ba138fcc9c37e53f
* Updated from global requirementsOpenStack Proposal Bot2016-07-091-1/+1
| | | | Change-Id: I3b3a3cc13d7299e433e6c42c185c5fe40e86d17d
* Updated from global requirementsOpenStack Proposal Bot2016-06-301-1/+1
| | | | Change-Id: Ie858ee5c14266d0c056305a102e5d097ef20542b
* Use osc-lib instead of openstackclientTang Chen2016-06-241-0/+1
| | | | | | | | | | | osc-lib is a package of common support modules for writing OSC plugins. All common functions, classes such as exceptions, utils, logs and so on have been moved from openstackclient to osc-lib. So use osc-lib instead of openstackclient. Change-Id: I4377951ba0b58ea94a43c688b66c0b87dda7225d
* Updated from global requirementsOpenStack Proposal Bot2016-06-171-1/+1
| | | | Change-Id: I4075f41ec79a8c313eb985027ebacf7b070c6580
* Updated from global requirementsOpenStack Proposal Bot2016-06-011-1/+1
| | | | Change-Id: I249bd07aaed52bcf71ef0bef5e8192b40a5672c1
* Updated from global requirementsOpenStack Proposal Bot2016-05-171-1/+1
| | | | Change-Id: Ibb7b35437702ea4b5a1419753ca0334ea4e54c36
* Switch to keystoneauthClenimar Filemon2016-05-161-1/+1
| | | | | | | | | | | | This patch migrates designateclient to using keystoneauth Session instead of deprecated keystoneclient's Session and plugins. Also, this patch removes the old designateclient.auth module as it is not used anywhere else in the code base and its purpose is overridden by the fact that keystoneauth acts as an abstraction layer for authentication (handling requests and reauthentication internally). Change-Id: Ic3cc0fbb76977a04bab322ebcb1c818e75646772
* Updated from global requirementsOpenStack Proposal Bot2016-05-101-1/+1
| | | | Change-Id: I8b4648e5988649678410a8086b6bc5c122a1680c
* Updated from global requirementsOpenStack Proposal Bot2016-04-191-1/+1
| | | | Change-Id: Ib4e2838724cab24767d45b73bd29fa887241c592
* Updated from global requirementsOpenStack Proposal Bot2016-03-041-1/+1
| | | | Change-Id: I228d270c5ac7d7421ee79617cb798f97987ee4ac
* Updated from global requirementsOpenStack Proposal Bot2016-02-201-1/+1
| | | | Change-Id: If3817dbc70e68045a7cffde91445f75a740444a4
* Updated from global requirementsOpenStack Proposal Bot2016-02-111-1/+1
| | | | Change-Id: I41226aaa87f29802e408a2f69f58c4ba4a7d3233
* Updated from global requirementsOpenStack Proposal Bot2016-02-011-1/+1
| | | | Change-Id: I0b4ed7852c8a5775f8c3b828a2554e3f880f5b82
* Updated from global requirementsOpenStack Proposal Bot2016-01-191-6/+6
| | | | Change-Id: Ia2381fc71b8f7a0040895746a34a8186fff04a8e
* Updated from global requirementsOpenStack Proposal Bot2016-01-071-2/+2
| | | | Change-Id: If0b639cd82f7c53564083a6555031554b0212f18
* Updated from global requirementsOpenStack Proposal Bot2015-11-291-2/+2
| | | | Change-Id: I92dc490892939ab778addf364e03fdc1b68bd385
* Updated from global requirementsOpenStack Proposal Bot2015-11-241-1/+1
| | | | Change-Id: I3250ba4f0fbf9bf07c19a9da86c41bb431f16312
* Updated from global requirementsOpenStack Proposal Bot2015-10-191-3/+3
| | | | Change-Id: I5ef2d096d2af26170eff943fd29a3fa402ea3f52
* Updated from global requirementsOpenStack Proposal Bot2015-09-171-1/+1
| | | | Change-Id: Idcca5c0b766a44ea3df5f3b11ca02e1bd071b902