Skip to content

Commit

Permalink
Bump deps and increment version (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdawang authored Apr 19, 2024
1 parent e95a596 commit fe03d82
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion edgetest/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Package initialization."""


__version__ = "2024.2.0"
__version__ = "2024.4.0"

__title__ = "edgetest"
__description__ = "Bleeding edge dependency testing"
Expand Down
14 changes: 6 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=requirements.txt setup.cfg
#
cerberus==1.3.4

cerberus==1.3.5
# via edgetest (setup.cfg)
click==8.1.3
click==8.1.7
# via edgetest (setup.cfg)
packaging==23.0
packaging==24.0
# via edgetest (setup.cfg)
pluggy==1.0.0
pluggy==1.4.0
# via edgetest (setup.cfg)
tabulate==0.9.0
# via edgetest (setup.cfg)
tomlkit==0.11.4
# via edgetest (setup.cfg)

# The following packages are considered to be unsafe in a requirements file:
# setuptools
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ classifiers =
zip_safe = False
include_package_data = True
install_requires =
Cerberus<=1.3.4,>=1.3.0
click<=8.1.3,>=7.0
pluggy<=1.0.0,>=1.0.0
Cerberus<=1.3.5,>=1.3.0
click<=8.1.7,>=7.0
pluggy<=1.4.0,>=1.0.0
tabulate<=0.9.0,>=0.8.9
packaging<=23.0,>20.6
packaging<=24.0,>20.6
tomlkit<=0.11.4,>=0.11.4

[options.extras_require]
Expand Down

0 comments on commit fe03d82

Please sign in to comment.