Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Bump cython from 3.0.2 to 3.0.3
Browse files Browse the repository at this point in the history
Bumps [cython](https://github.com/cython/cython) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/cython/cython/releases)
- [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst)
- [Commits](cython/cython@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: cython
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 9, 2023
1 parent 784c2a5 commit 9c65e53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ aiohttp==3.8.5
aiohttp-cors==0.7.0
asyncpg==0.28.0
jsonschema==4.19.1
Cython==3.0.2
Cython==3.0.3
cyvcf2==0.30.22
uvloop==0.17.0
aiocache==0.11.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"vcf": [
"numpy==1.26.0",
"cyvcf2==0.30.22",
"Cython==3.0.2",
"Cython==3.0.3",
],
"test": [
"coverage==7.3.2",
Expand Down

0 comments on commit 9c65e53

Please sign in to comment.