xlwings-utils 25.1.3.post0__tar.gz → 25.1.3.post1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of xlwings-utils might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xlwings_utils
3
- Version: 25.1.3.post0
3
+ Version: 25.1.3.post1
4
4
  Summary: xlwings_utils
5
5
  Author-email: Ruud van der Ham <rt.van.der.ham@gmail.com>
6
6
  Project-URL: Homepage, https://github.com/salabim/xlwings_utils
@@ -10,7 +10,7 @@ authors = [
10
10
  { name = "Ruud van der Ham", email = "rt.van.der.ham@gmail.com" },
11
11
  ]
12
12
  description = "xlwings_utils"
13
- version = "25.1.3.post0"
13
+ version = "25.1.3.post1"
14
14
  readme = "README.md"
15
15
  requires-python = ">=3.9"
16
16
  dependencies = [
@@ -217,6 +217,7 @@ def write_dropbox(dropbox_path, contents):
217
217
  response.raise_for_status()
218
218
  except requests.exceptions.HTTPError as e:
219
219
  raise FileNotFoundError(f"file {str(dropbox_path)} could not be written. Original message is {e}") from None
220
+ return response
220
221
 
221
222
 
222
223
  def delete_from_dropbox(dropbox_path):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xlwings_utils
3
- Version: 25.1.3.post0
3
+ Version: 25.1.3.post1
4
4
  Summary: xlwings_utils
5
5
  Author-email: Ruud van der Ham <rt.van.der.ham@gmail.com>
6
6
  Project-URL: Homepage, https://github.com/salabim/xlwings_utils