Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AKPlanning
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KIF
AKPlanning
Commits
83833235
Commit
83833235
authored
1 year ago
by
Nadja Geisler
Browse files
Options
Downloads
Plain Diff
Merge branch '520-upgrades' into 'main'
Several dependency upgrades See merge request
!212
parents
b59fbf87
0c247986
Branches
Branches containing commit
No related tags found
1 merge request
!212
Several dependency upgrades
Pipeline
#228468
passed
1 year ago
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
AKDashboard/tests.py
+2
-2
2 additions, 2 deletions
AKDashboard/tests.py
requirements.txt
+14
-14
14 additions, 14 deletions
requirements.txt
with
16 additions
and
16 deletions
AKDashboard/tests.py
+
2
−
2
View file @
83833235
import
pytz
import
zoneinfo
from
django.apps
import
apps
from
django.test
import
TestCase
,
override_settings
from
django.urls
import
reverse
...
...
@@ -22,7 +22,7 @@ class DashboardTests(TestCase):
cls
.
event
=
Event
.
objects
.
create
(
name
=
"
Dashboard Test Event
"
,
slug
=
"
dashboardtest
"
,
timezone
=
pytz
.
utc
,
timezone
=
zoneinfo
.
ZoneInfo
(
"
Europe/Berlin
"
)
,
start
=
now
(),
end
=
now
(),
active
=
True
,
...
...
This diff is collapsed.
Click to expand it.
requirements.txt
+
14
−
14
View file @
83833235
Django
==4.2.
7
django-bootstrap5
==2
3.3
fontawesomefree
==6.
4.2
# Makes static files (css, fonts) available locally
Django
==4.2.
11
django-bootstrap5
==2
4.1
fontawesomefree
==6.
5.1
# Makes static files (css, fonts) available locally
django-fontawesome-6
==1.0.0.0 # Provides an icon field for models and forms as well as handy shortcuts to render icons
django-split-settings
==1.
2.0
django-timezone-field
==6.
0.1
djangorestframework
==3.1
4.0
django-simple-history
==3.
4
.0
django-split-settings
==1.
3.1
django-timezone-field
==6.
1.0
djangorestframework
==3.1
5.1
django-simple-history
==3.
5
.0
django-registration-redux
==2.13
django-debug-toolbar
==4.
2
.0
django-bootstrap-datepicker-plus
==5.0.
4
django-debug-toolbar
==4.
3
.0
django-bootstrap-datepicker-plus
==5.0.
5
django-tex
==1.1.10
django-csp
==3.
7
django-csp
==3.
8
django-compressor
==4.4
django-libsass
==0.9
django-betterforms
==2.0.0
mysqlclient
==2.2.0 # for production deployment
tzdata
==202
3.3
tzdata
==202
4.1
# Documentation
sphinxcontrib-django
==2.5
sphinxcontrib-apidoc
==0.
4
.0
sphinxcontrib-apidoc
==0.
5
.0
recommonmark
==0.7.1
django-docs
==0.3.3
sphinx-rtd-theme
==1.3.0
sphinx
==7.2.6
\ No newline at end of file
sphinx-rtd-theme
==2.0.0
sphinx
==7.3.7
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment