Skip to content

Commit

Permalink
Bumping dependencies for freeze (#11756)
Browse files Browse the repository at this point in the history
* bumping dependencies

* revert some dependency updates

* more reverts

* revert protobuf for py2

* reverts

* reverts

* more reverts

* reverts

* more dep bumps attempts

* reverts

* reverts
  • Loading branch information
steveny91 authored Apr 1, 2022
1 parent 132d263 commit 44c1ba1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ futures==3.3.0; python_version < '3.0'
gearman==2.0.2; sys_platform != 'win32' and python_version < '3.0'
gssapi==1.6.1; python_version < '3.0'
gssapi==1.7.3; python_version > '3.0'
immutables==0.16; python_version > '3.0'
immutables==0.17; python_version > '3.0'
in-toto==1.0.1
ipaddress==1.0.23; python_version < '3.0'
jaydebeapi==1.2.3
Expand Down Expand Up @@ -81,7 +81,7 @@ pywin32==228; sys_platform == 'win32' and python_version < '3.0'
pywin32==303; sys_platform == 'win32' and python_version > '3.0'
pyyaml==5.4.1
redis==3.5.3; python_version < '3.0'
redis==4.2.0; python_version > '3.0'
redis==4.2.1; python_version > '3.0'
requests-kerberos==0.12.0; python_version < '3.0'
requests-kerberos==0.14.0; python_version > '3.0'
requests-ntlm==1.1.0
Expand Down
2 changes: 1 addition & 1 deletion datadog_checks_base/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ deps = [
"ddtrace==0.32.2; sys_platform == 'win32' and python_version < '3.0'",
"ddtrace==0.53.2; sys_platform != 'win32' or python_version > '3.0'",
"enum34==1.1.10; python_version < '3.0'",
"immutables==0.16; python_version > '3.0'",
"immutables==0.17; python_version > '3.0'",
"ipaddress==1.0.23; python_version < '3.0'",
"jellyfish==0.9.0; python_version > '3.0'",
"prometheus-client==0.12.0; python_version < '3.0'",
Expand Down
2 changes: 1 addition & 1 deletion redisdb/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dynamic = [
[project.optional-dependencies]
deps = [
"redis==3.5.3; python_version < '3.0'",
"redis==4.2.0; python_version > '3.0'",
"redis==4.2.1; python_version > '3.0'",
]

[project.urls]
Expand Down

0 comments on commit 44c1ba1

Please sign in to comment.