Skip to content

Commit 2b79344

Browse files
authored
Upgrade dependencies and bump version (#70)
* Upgrade dependencies * Bump version to 0.7.0
1 parent 8dbd5bb commit 2b79344

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
requests>=2.32.3
2-
xmltodict>=0.13.0
1+
requests>=2.32.4
2+
xmltodict>=0.14.2

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="fmi-weather-client",
8-
version="0.6.0",
8+
version="0.7.0",
99
author="Mika Hiltunen",
1010
author_email="saaste@gmail.com",
1111
description="Library for fetching weather information from Finnish Meteorological Institute (FMI)",
@@ -14,8 +14,8 @@
1414
url="https://github.com/saaste/fmi-weather-client",
1515
packages=setuptools.find_packages(exclude=["*test", "*test.*"]),
1616
install_requires=[
17-
'requests>=2.32.3',
18-
'xmltodict>=0.13.0'
17+
'requests>=2.32.4',
18+
'xmltodict>=0.14.2'
1919
],
2020
classifiers=[
2121
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)