Skip to content

Commit

Permalink
Update ruamel-yaml requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree) to permit the latest version.

---
updated-dependencies:
- dependency-name: ruamel-yaml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and mr-c committed May 12, 2023
1 parent 16393f0 commit 92c9237
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion mypy-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mypy==1.2.0 # also update pyproject.toml
ruamel.yaml>=0.16.0,<0.17.22
ruamel.yaml>=0.16.0,<0.17.27
schema-salad>=8.4,<9
cwl-utils >=0.22
types-requests
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [
"types-pkg_resources",
"types-requests",
"types-psutil",
"ruamel.yaml>=0.16.0,<0.17.22",
"ruamel.yaml>=0.16.0,<0.17.27",
"schema-salad>=8.2.20211104054942,<9",
"cwl-utils >=0.19",
'toml',
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
requests>=2.6.1
ruamel.yaml>=0.16.0,<0.17.22;python_version>='3.10'
ruamel.yaml>=0.15,<0.17.22
ruamel.yaml>=0.16.0,<0.17.27;python_version>='3.10'
ruamel.yaml>=0.15,<0.17.27
rdflib>=4.2.2,<6.4
rdflib>= 4.2.2, < 6.0.0;python_version<='3.6'
shellescape>=3.4.1,<3.9
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"setuptools",
"requests >= 2.6.1", # >= 2.6.1 to workaround
# https://github.com/ionrock/cachecontrol/issues/137
"ruamel.yaml >= 0.15, < 0.17.22",
"ruamel.yaml >= 0.15, < 0.17.27",
"rdflib >= 4.2.2, < 6.4.0",
"rdflib >= 4.2.2, < 6.0.0;python_version<='3.6'",
"shellescape >= 3.4.1, < 3.9",
Expand Down

0 comments on commit 92c9237

Please sign in to comment.