- update to 0.22.0:

* Requires `httpx`==0.24.\*
  * Update version specifiers for `pytest` dependency to support
    `packaging` `23`.
  * Add explicit support for `python` `3.11`.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-httpx?expand=0&rev=9
This commit is contained in:
2023-06-01 08:41:23 +00:00
committed by Git OBS Bridge
parent d0564e44ed
commit 6944f8431c
4 changed files with 16 additions and 8 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu May 4 22:53:10 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.22.0:
* Requires `httpx`==0.24.\*
* Update version specifiers for `pytest` dependency to support
`packaging` `23`.
* Add explicit support for `python` `3.11`.
-------------------------------------------------------------------
Mon Jan 16 16:21:19 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>