Skip to content

Commit

Permalink
Remove upper bounds on poetry dependencies
Browse files Browse the repository at this point in the history
Generated by running migrate-code on:
conda_lock/vendor/scripts/poetry/migration.py

migrate-code record:
{"migration_name": "Vendor poetry", "stage_id": [13], "migrate_code_version": "1.0.0"}
  • Loading branch information
maresb committed Oct 3, 2022
1 parent 537b11b commit b63fa8d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,29 @@ ruamel.yaml
toml
typing-extensions
# poetry:
cachecontrol[filecache] >=0.12.9,<0.13.0
cachecontrol[filecache] >=0.12.9
# poetry:
cachy >=0.3.0,<0.4.0
cachy >=0.3.0
# cleo, poetry:
clikit >=0.6.2,<0.7.0
clikit >=0.6.2
# poetry:
crashtest >=0.3.0,<0.4.0
crashtest >=0.3.0
# poetry:
html5lib >=1.0,<2.0
html5lib >=1.0
# poetry, poetry-core:
importlib-metadata >=1.7.0,<2.0.0; python_version <= "3.7"
importlib-metadata >=1.7.0; python_version <= "3.7"
# poetry:
keyring >=21.2.0
# poetry:
packaging >=20.4,<21.0
packaging >=20.4
# poetry:
# poetry:
pkginfo >=1.4,<2.0
pkginfo >=1.4
# poetry, conda-lock:
requests >=2.18,<3.0
requests >=2.18
# poetry:
# poetry:
# poetry:
tomlkit >=0.7.0,<1.0.0
tomlkit >=0.7.0
# poetry:
virtualenv >=20.0.26,<21.0.0
virtualenv >=20.0.26

0 comments on commit b63fa8d

Please sign in to comment.