Skip to content

1.0.2 - 🔒update python and pytest-httpx dependencies

Compare
Choose a tag to compare
@marcuxyz marcuxyz released this 07 Jun 21:54
· 7 commits to master since this release
e7558f5

🚀 chore(pyproject.toml): bump version to 1.0.2
This commit updates the version of the project to 1.0.2 in the pyproject.toml file. This is a chore commit as it does not add any new features or fix any bugs, but it is important to keep the version up to date to reflect the changes made to the project.

🔒 chore(pyproject.toml): update python and pytest-httpx dependencies
This commit updates the python dependency to version 3.7, which is the minimum version required by other dependencies. The pytest-httpx dependency is also updated to version 0.22.0, which is the latest version available at the time of this commit.

🔧 chore(tests.yml): update python-version matrix to include 3.7 ... 3.11
The python-version matrix has been updated to include the latest versions of Python, 3.10 and 3.11. This ensures that the application is tested against the latest versions of Python and helps to identify any compatibility issues early on.