Merge branch 'main' into dependabot/pip/testing/plugins_integration/pytest-bdd-7.0.1

This commit is contained in:
Bruno Oliveira 2023-12-04 10:42:07 -03:00 committed by GitHub
commit 7429befa6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ jobs:
path: dist path: dist
- name: Publish package to PyPI - name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@v1.8.10 uses: pypa/gh-action-pypi-publish@v1.8.11
- name: Push tag - name: Push tag
run: | run: |

View File

@ -1,6 +1,6 @@
anyio[curio,trio]==4.1.0 anyio[curio,trio]==4.1.0
django==4.2.7 django==4.2.7
pytest-asyncio==0.21.1 pytest-asyncio==0.23.1
pytest-bdd==7.0.1 pytest-bdd==7.0.1
pytest-cov==4.1.0 pytest-cov==4.1.0
pytest-django==4.7.0 pytest-django==4.7.0