Skip to content

Commit

Permalink
Bump dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
servilla committed Jan 19, 2024
1 parent 5e8796f commit e25406c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ package_dir =
=src
packages = find:
include_package_data = True
python_requires = >=3.8
python_requires = >=3.11
install_requires =
click>=8.1.3
click>=8.1.7
daiquiri>=3.0.0
lxml>=4.9.1
lxml>=5.1.0
rfc3986>=2.0.0

[options.packages.find]
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
packages=find_packages(where="src", include=["metapype", "metapype.eml", "metapype.model"]),
package_dir={"": "src"},
include_package_data=True,
python_requires=" >= 3.8",
install_requires=["click>=8.1.3", "daiquiri>=3.0.0", "lxml>=4.9.2", "rfc3986>=2.0.0"],
python_requires=" >= 3.11",
install_requires=["click>=8.1.7", "daiquiri>=3.0.0", "lxml>=5.1.0", "rfc3986>=2.0.0"],
classifiers=["License :: OSI Approved :: Apache Software License",],
)

Expand Down

0 comments on commit e25406c

Please sign in to comment.