Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalTrustCenter committed Jul 11, 2024
1 parent fee9d4f commit ab460e3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ python-dateutil==2.9.0.post0
langcodes==3.3.0
pytest==8.1.1
requests-mock==1.12.1
PGPy @ https://github.com/SecurityInnovation/PGPy/archive/09014c72b4557dd1254cf68a32e50f78515f5f32.zip
PGPy@https://github.com/SecurityInnovation/PGPy/archive/09014c72b4557dd1254cf68a32e50f78515f5f32.zip
validators==0.32.0
2 changes: 1 addition & 1 deletion sectxt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import dateutil.parser
import requests

__version__ = "0.9.3"
__version__ = "0.9.4"

s = requests.Session()

Expand Down
7 changes: 4 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ python_requires = >=3.7
zip_safe = True
packages = sectxt
install_requires =
requests
python-dateutil
langcodes
requests==2.31.0
python-dateutil==2.9.0.post0
langcodes==3.3.0
PGPy
validators==0.32.0

0 comments on commit ab460e3

Please sign in to comment.