Connor Sutton commited on
Commit
a45c2b1
2 Parent(s): a69a345 d949dcc

Merge branch 'dependabot/pip/aiohttp-3.9.1' of https://github.com/joshuasundance-swca/geospatial-data-converter

Browse files
bumpver.toml CHANGED
@@ -1,5 +1,5 @@
1
  [bumpver]
2
- current_version = "0.1.0"
3
  version_pattern = "MAJOR.MINOR.PATCH"
4
  commit_message = "bump version {old_version} -> {new_version}"
5
  tag_message = "{new_version}"
 
1
  [bumpver]
2
+ current_version = "0.1.1"
3
  version_pattern = "MAJOR.MINOR.PATCH"
4
  commit_message = "bump version {old_version} -> {new_version}"
5
  tag_message = "{new_version}"
geospatial-data-converter/app.py CHANGED
@@ -8,7 +8,7 @@ from restgdf import FeatureLayer
8
 
9
  from utils import read_file, convert, output_format_dict
10
 
11
- __version__ = "0.1.0"
12
 
13
 
14
  def st_init_null(*variable_names) -> None:
 
8
 
9
  from utils import read_file, convert, output_format_dict
10
 
11
+ __version__ = "0.1.1"
12
 
13
 
14
  def st_init_null(*variable_names) -> None:
kubernetes/resources.yaml CHANGED
@@ -14,7 +14,7 @@ spec:
14
  spec:
15
  containers:
16
  - name: geospatial-data-converter
17
- image: joshuasundance/geospatial-data-converter:0.1.0
18
  imagePullPolicy: Always
19
  resources:
20
  requests:
 
14
  spec:
15
  containers:
16
  - name: geospatial-data-converter
17
+ image: joshuasundance/geospatial-data-converter:0.1.1
18
  imagePullPolicy: Always
19
  resources:
20
  requests:
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- aiohttp==3.9.0
2
  beautifulsoup4==4.12.2
3
  geopandas==0.14.1
4
  lxml==4.9.3
 
1
+ aiohttp==3.9.1
2
  beautifulsoup4==4.12.2
3
  geopandas==0.14.1
4
  lxml==4.9.3