Skip to content

Commit

Permalink
Upgrade some core dependencies (#9499)
Browse files Browse the repository at this point in the history
* Upgrade some core dependencies

* fix resolver
  • Loading branch information
ofek authored Jun 28, 2021
1 parent c35d559 commit 498cc43
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion amazon_msk/requirements.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
boto3==1.10.27
boto3==1.17.91
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ aerospike==6.0.0; sys_platform != "win32" and sys_platform != "darwin" and pytho
aws-requests-auth==0.4.2
beautifulsoup4==4.5.1
binary==1.0.0
boto3==1.10.27
boto3==1.17.91
boto==2.46.1
botocore==1.13.42
botocore==1.20.91
cachetools==3.1.1
clickhouse-cityhash==1.0.2.3
clickhouse-driver==0.2.0
Expand Down Expand Up @@ -62,7 +62,7 @@ pysnmp==4.4.9
pysocks==1.7.0
python-binary-memcached==0.26.1; sys_platform != "win32" and python_version < "3.0"
python-binary-memcached==0.30.1; sys_platform != "win32" and python_version > "3.0"
python-dateutil==2.8.0
python-dateutil==2.8.1
python3-gearman==0.1.0; sys_platform != "win32" and python_version > "3.0"
pyvmomi==v7.0.2
pywin32==228; sys_platform == "win32" and python_version < "3.0"
Expand All @@ -71,7 +71,7 @@ pyyaml==5.4.1
redis==3.5.3
requests-kerberos==0.12.0
requests-unixsocket==0.2.0
requests==2.22.0
requests==2.25.1
requests_ntlm==1.1.0
requests_toolbelt==0.9.1
rethinkdb==2.4.4
Expand All @@ -82,7 +82,7 @@ semver==2.9.0
serpent==1.27; sys_platform == "win32"
service_identity[idna]==18.1.0
simplejson==3.6.5
six==1.14.0
six==1.16.0
snowflake-connector-python==2.1.3
supervisor==4.1.0
tuf==0.15.0
Expand Down
8 changes: 4 additions & 4 deletions datadog_checks_base/requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
aws-requests-auth==0.4.2
binary==1.0.0
botocore==1.13.42
botocore==1.20.91
cachetools==3.1.1
contextlib2==0.6.0; python_version < '3.0'
cryptography==3.3.2; python_version < '3.0'
Expand All @@ -20,17 +20,17 @@ pydantic==1.8.2; python_version > '3.0'
pyjwt==1.7.1; python_version < '3.0'
pyjwt==2.0.1; python_version > '3.0'
pysocks==1.7.0
python-dateutil==2.8.0
python-dateutil==2.8.1
pywin32==228; sys_platform == 'win32' and python_version < '3.0'
pywin32==300; sys_platform == 'win32' and python_version > '3.0'
pyyaml==5.4.1
requests==2.22.0
requests==2.25.1
requests-kerberos==0.12.0
requests_ntlm==1.1.0
requests_toolbelt==0.9.1
requests-unixsocket==0.2.0
simplejson==3.6.5
six==1.14.0
six==1.16.0
typing==3.7.4.1; python_version < '3.0'
uptime==3.0.1
win-inet-pton==1.1.0; sys_platform == 'win32' and python_version < '3.0'
2 changes: 1 addition & 1 deletion twistlock/requirements.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-dateutil==2.8.0
python-dateutil==2.8.1

0 comments on commit 498cc43

Please sign in to comment.