We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c15252 commit 4553a95Copy full SHA for 4553a95
Pipfile
@@ -4,8 +4,8 @@ verify_ssl = true
4
name = "pypi"
5
6
[packages]
7
-pyyaml = "~=5.4"
8
-types-PyYAML = "~=5.4"
+pyyaml = "~=6.0.1"
+types-PyYAML = "~=6.0.1"
9
# TODO: The 'requests' package stays on 2.28 until we deprecate CentOS7.
10
# As newer version requires openssl1.1.1 where CentOS7 only provides openssl1.1.0.
11
# https://github.com/opensearch-project/opensearch-build/issues/3554
@@ -30,7 +30,7 @@ sortedcontainers = "~=2.4.0"
30
cerberus = "~=1.3.4"
31
psutil = "~=5.8"
32
atomicwrites = "~=1.4.1"
33
-validators = "*"
+validators = "~=0.21.2"
34
yamlfix = "~=1.0.1"
35
yamllint = "~=1.27.1"
36
pytablewriter = "~=0.64.2"
0 commit comments