Skip to content

Commit

Permalink
Update conan requirement from <2.1,>=1.48 to >=1.48,<2.2
Browse files Browse the repository at this point in the history
Updates the requirements on [conan](https://github.com/conan-io/conan) to permit the latest version.
- [Release notes](https://github.com/conan-io/conan/releases)
- [Commits](conan-io/conan@1.48.0...2.1.0)

---
updated-dependencies:
- dependency-name: conan
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and goszpeti committed Feb 21, 2024
1 parent 29634d0 commit 784885f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
print(f"Using Conan version {conan_major_version} from spec: {conan_version_env}")

# What packages are required for this module to be executed?
conan_req_spec = "conan>=1.48, <2.1"
conan_req_spec = "conan>=1.48, <2.2"
if conan_major_version == "1":
conan_req_spec = "conan>=1.48, <2.0"
if conan_major_version == "2":
Expand Down

0 comments on commit 784885f

Please sign in to comment.