Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ipamaas committed Oct 20, 2023
1 parent ffdc3da commit b5a3579
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
pytest = "==7.3.2"
pytest = "==7.4.2"
pytest-cov = "==4.1.0"
pytest-ordering = "==0.6"
coveralls = "==3.3.1"
Expand All @@ -16,9 +16,9 @@ wheel = "*"
twine = "*"

[packages]
jsonschema = ">=4.17.3"
jsonschema = ">=4.19.1"
enum34 = "==1.1.10"
websocket_client = ">=1.6.0"
websocket_client = ">=1.6.4"

[requires]
python_version = "3.8"
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
websocket-client>=1.6.0
jsonschema>=4.17.3
websocket-client>=1.6.4
jsonschema>=4.19.1
enum34>=1.1.10
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ def get_version(*file_paths):
},
include_package_data=True,
install_requires=[
"websocket-client>=1.6.0",
"jsonschema>=4.17.3",
"websocket-client>=1.6.4",
"jsonschema>=4.19.1",
"enum34>=1.1.10",
],
zip_safe=False,
Expand Down

0 comments on commit b5a3579

Please sign in to comment.