Skip to content

Commit

Permalink
Merge branch 'main' into merge-upgrade-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pnwpedro committed Apr 1, 2024
2 parents a9c653c + 1f3b757 commit 45584cd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
iso8601==1.1.0
future==0.18.3
httpx[http2]==0.23.*
iso8601==2.1.0
future==1.0.0
httpx[http2]==0.27.*
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
long_description = f.read()

requires = [
"iso8601==1.1.0",
"future==0.18.3",
"httpx[http2]==0.23.*",
"iso8601==2.1.0",
"future==1.0.0",
"httpx[http2]==0.27.*",
]

extras_require = {
"lint": ["yapf==0.40.1"],
"test": [
"pytest==7.3.0", "pytest-env==0.8.1", "pytest-cov==4.0.0",
"pytest-httpx==0.21.3", "pytest-subtests==0.10.0"
"pytest==8.1.1", "pytest-env==1.1.3", "pytest-cov==5.0.0",
"pytest-httpx==0.30.0", "pytest-subtests==0.12.1"
]
}

Expand Down

0 comments on commit 45584cd

Please sign in to comment.