This commit is contained in:
Aayush Goel
2023-08-25 15:42:17 +05:30
2 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
# Unless required by applicable law or agreed to in writing, software distributed under the License
# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and limitations under the License.
__version__ = "6.0.0"
__version__ = "6.1.0"
def get_major_version():

View File

@@ -77,10 +77,10 @@ dev = [
"flake8-simplify==0.20.0",
"flake8-use-pathlib==0.3.0",
"flake8-copyright==0.2.4",
"ruff==0.0.284",
"ruff==0.0.285",
"black==23.7.0",
"isort==5.11.4",
"mypy==1.5.0",
"mypy==1.5.1",
"psutil==5.9.2",
"stix2==3.0.1",
"requests==2.31.0",