Skip to content

Commit 38775d6

Browse files
bump py42 version
1 parent 53aa433 commit 38775d6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/index.md

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
commands
1717
```
1818

19+
```{eval-rst}
20+
.. warning:: Incydr functionality in the code42cli is **deprecated**. Use the resources at https://developer.code42.com/ instead.
21+
```
22+
1923
[![license](https://img.shields.io/pypi/l/code42cli.svg)](https://pypi.org/project/code42cli/)
2024
[![versions](https://img.shields.io/pypi/pyversions/code42cli.svg)](https://pypi.org/project/code42cli/)
2125

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"ipython>=7.16.3;python_version<'3.8'",
4141
"ipython>=8.10.0;python_version>='3.8'",
4242
"pandas>=1.1.3",
43-
"py42>=1.27.2",
43+
"py42>=1.28.0",
4444
"setuptools>=66.0.0",
4545
],
4646
extras_require={

0 commit comments

Comments
 (0)