Skip to content

Commit

Permalink
Merge pull request #86 from OpenSTEF/dependabot-pip-main-openstef-app…
Browse files Browse the repository at this point in the history
…rox-eq-3.2.55

Update openstef requirement from ~=3.2.47 to ~=3.2.58
  • Loading branch information
MartijnCa authored Mar 20, 2023
2 parents c94657f + 7e4bbae commit 130a0e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: MPL-2.0

geopy~=2.3.0
openstef~=3.2.47
openstef~=3.2.58
influxdb-client~=1.36.1
mysql-connector-python~=8.0.31
PyMySQL~=1.0.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def read_long_description_from_readme():

setup(
name="openstef_dbc",
version="3.5.2",
version="3.5.3",
packages=find_packages(include=["openstef_dbc", "openstef_dbc.*"]),
description="Database Connection for OpenSTEF",
long_description=read_long_description_from_readme(),
Expand Down

0 comments on commit 130a0e4

Please sign in to comment.