diff --git a/LICENSE b/LICENSE index 87d7ae0..6e452d3 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 SignNow +Copyright (c) 2003-present SignNow Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 9d74b8e..41f2111 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# signNow API Python SDK +# SignNow API Python SDK ## v3.0.0 [![Python Version](https://img.shields.io/badge/codebase-python--3.8+-blue)](https://www.python.org/) diff --git a/pyproject.toml b/pyproject.toml index 8e2d859..f66d1dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,11 +31,11 @@ dependencies = [ [project.optional-dependencies] dev = [ - "pytest>=7.4.0", - "pytest-cov>=4.1.0", - "black>=23.0.0", - "flake8>=6.0.0", - "mypy>=1.0.0", + "pytest>=8.3.0", + "pytest-cov>=5.0.0", + "black>=24.1.0", + "flake8>=7.1.0", + "mypy>=1.13.0", ] [project.urls]