Skip to content

Commit

Permalink
release 1.2.2 for dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
minwook-shin committed Sep 9, 2024
1 parent a9118e2 commit 4e80c62
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.2.2 (2024-09-09)

## Dependency

* Update requests library to 2.32.3
* https://github.com/minwook-shin/notion-database/issues/22
* Update setuptools library to 74.1.2
* fix security issue

## 1.2.1 (2024-06-03)

### Dependency
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
python-dotenv==1.0.0
setuptools==67.8.0
setuptools==74.1.2
wheel==0.40.0
tox==4.5.2
pylint==2.17.4
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requests==2.32.0
requests==2.32.3
urllib3<2.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="notion-database",
version="1.2.1",
version="1.2.2",
author="minwook-shin",
author_email="minwook0106@gmail.com",
description=" Python bindings for Notion Database API",
Expand All @@ -16,7 +16,7 @@
"Bug Tracker": "https://github.com/minwook-shin/notion-database/issues",
},
install_requires=[
"requests==2.32.0",
"requests==2.32.3",
"urllib3<2.0"
],
classifiers=[
Expand Down

0 comments on commit 4e80c62

Please sign in to comment.