Skip to content

Commit

Permalink
Merge pull request #733 from spectacles-ci/hotfix/update-deps
Browse files Browse the repository at this point in the history
Relax dependency restrictions
  • Loading branch information
joshtemple authored Nov 3, 2023
2 parents 2d45979 + 5d955ca commit cd02c46
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ types-PyYAML==6.0.0
types-requests==2.25.11
types-tabulate==0.8.3
types-jsonschema==4.6.0
respx==0.19.2
respx>=0.20.1
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
httpx==0.23.0
httpcore<0.16.0
httpx==0.25.1
httpcore==1.0.1
colorama==0.4.4
PyYAML==6.0
backoff==1.10.0
analytics-python==1.4.0
typing-extensions==4.0.1
tabulate==0.8.9
pydantic==1.9.0
pydantic==1.9.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
include_package_data=True,
install_requires=[
"httpx",
"httpcore<0.16.0",
"httpcore",
"PyYAML",
"colorama",
"backoff",
Expand Down
2 changes: 1 addition & 1 deletion spectacles/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.3.15"
__version__ = "2.3.16"

0 comments on commit cd02c46

Please sign in to comment.