Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Superset version bump #2

Open
wants to merge 56 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
7518248
Bump redis from 3.5.3 to 4.5.3
dependabot[bot] Mar 27, 2023
c9bd17f
Merge pull request #249 from amancevice/dependabot/pip/redis-4.5.3
amancevice Mar 27, 2023
af1e5ce
Bump cryptography from 38.0.4 to 39.0.1
dependabot[bot] Mar 27, 2023
39ce91b
Merge pull request #250 from amancevice/dependabot/pip/cryptography-3…
amancevice Mar 27, 2023
e25a59c
Bump redis from 4.5.3 to 4.5.4
dependabot[bot] Mar 31, 2023
4d79190
Merge pull request #251 from amancevice/dependabot/pip/redis-4.5.4
amancevice Mar 31, 2023
8c99691
Superset ~> 2.1
amancevice Apr 5, 2023
c3897cb
pybigquery -> sqlalchemy-bigquery
amancevice Apr 26, 2023
d5dfac0
Bump requests from 2.28.2 to 2.31.0
dependabot[bot] May 23, 2023
f85c44b
Merge pull request #256 from amancevice/dependabot/pip/requests-2.31.0
amancevice May 23, 2023
c475f6f
Superset ~> 2.1.1
amancevice Aug 30, 2023
1304f4c
Upgrade sqlalchemy-redshift to v0.8.14
danisola Sep 6, 2023
84902f6
Merge pull request #258 from danisola/upgrade-sqlalchemy-redshift
amancevice Sep 18, 2023
9ff532a
Python 3.9
amancevice Sep 18, 2023
b0cbf46
build updates
amancevice Oct 6, 2023
7dac8d8
update bin files
amancevice Oct 6, 2023
71a489d
update actions
amancevice Oct 13, 2023
a22642c
remove edge job
amancevice Oct 13, 2023
01b83b9
add requirements*.txt to git
amancevice Oct 13, 2023
30a6034
upgrade Pipfile
amancevice Oct 13, 2023
0070f77
update Dockerfile
amancevice Oct 13, 2023
dd75866
actions fix
amancevice Oct 14, 2023
48341e8
superset ~> v3.0.1
amancevice Oct 18, 2023
5fd02e4
pipenv update
amancevice Oct 26, 2023
2714c4e
Add prophet to requirements
Gloccck Nov 15, 2023
bb4a5a0
Merge pull request #265 from Gloccck/add-prophet-requirement
amancevice Jan 14, 2024
5a525ec
rm edge
amancevice Jan 14, 2024
2919898
Python ~> 3.10
amancevice Jan 14, 2024
a33db6d
pipenv upgrade
amancevice Jan 15, 2024
8d95ae3
Superset ~> v3.0.3
amancevice Jan 17, 2024
7ac9cd2
superset ~> 3.1.0
amancevice Jan 23, 2024
9475c9f
upgrade pillow to v10.2
amancevice Jan 23, 2024
5f5eb2a
multi-arch init
amancevice Feb 3, 2024
49f7ff5
upgrade node in GitHub actions
amancevice Feb 3, 2024
7d7dc68
upgrade checkout GitHub action
amancevice Feb 3, 2024
beb10d5
Merge pull request #271 from amancevice/multiarch
amancevice Feb 4, 2024
9940afd
Superset ~> v3.1.1
amancevice Feb 20, 2024
11efee3
update actions
amancevice Feb 21, 2024
f30ca5b
Superset ~> v4.0
amancevice Apr 8, 2024
72937e7
pipenv update
amancevice Apr 30, 2024
e32c2c8
Python ~> 3.11
amancevice May 4, 2024
a2b7dd8
Superset ~> v4.0.1
amancevice May 13, 2024
01027f2
pipenv update
amancevice Jul 1, 2024
0330fdf
Revert Python version
sas1024 Jul 5, 2024
923f57a
Merge pull request #276 from sas1024/main
amancevice Jul 5, 2024
63eaf79
Superset ~> 4.0.2
amancevice Aug 1, 2024
47ad58f
pipenv update
amancevice Aug 15, 2024
e224eef
pipenv update
amancevice Sep 29, 2024
3581776
Python ~> v3.11
amancevice Sep 29, 2024
2c0707d
pipenv upgrades
amancevice Sep 29, 2024
a20eb29
Dockerfile warning fix
amancevice Sep 29, 2024
03630ea
Python v3.11 fixes
amancevice Sep 29, 2024
ee9cbc2
superset ~> v4.1
amancevice Nov 13, 2024
3f7b337
Pillow ~> v10.3
amancevice Nov 13, 2024
c17e333
pipenv update
amancevice Nov 20, 2024
9c648b9
Superset ~> v4.1.1
amancevice Nov 22, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
pipenv update
  • Loading branch information
amancevice committed Nov 20, 2024
commit c17e333d7acfb057af64ed4836f4e46b9d14b615
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "pypi"

[packages]
apache-superset = "==4.1.0"
urllib3 = "==2.0.7"
urllib3 = "==2.2.2"

[dev-packages]
"infi.clickhouse-orm" = "==2.1.3"
Expand Down
Loading